Html Css Color HEX #772095 Vivid Violet

📋 copy color: '#772095'

red 119 ◦ green 32 ◦ blue 149

#772095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #772095

Tints of Vivid Violet #772095

RGB

 RED value IS 119 (46.88% from 255) = 39.67%

 GREEN value IS 32 (12.89% from 255) = 10.67%

 BLUE value IS 149 (58.59% from 255) = 49.67%

R = 39.67%
G = 10.67%
B = 49.67%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#772095 (or 0x772095) is known color: Vivid Violet. HEX triplet: 77, 20 and 95. RGB value is (119,32,149). Sum of RGB (Red+Green+Blue) = 119+32+149=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #772095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772095 is #88DF6A. Grayscale: #464646. Windows color (decimal): -8970091 or 9773175. OLE color: 9773175.

HSL color Cylindrical-coordinate representation of color #772095: hue angle of 284.62º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #772095 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 32 149 -
CMYK 0.20 0.79 0 0.42
HSL 284.62º 0.65% 0.35% -
HSV(B) 284.62º 0.79% 0.58% -
XYZ 13.55 7.12 29.09 -
YUV 71.35 171.82 161.99 -
System Red Green Blue C M Y K H S L
Decimal 119 32 149 0.20 0.79 0 0.42 284.62 0.65 0.35
Hex 77 20 95 14 4F 0 2A 11D 41 23
Octal 167 40 225 24 117 0 52 435 101 43
Binary 1110111 100000 10010101 10100 1001111 0 101010 100011101 1000001 100011

Color Harmonies of #772095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772095

Black with #772095

Text Example


Text Example

White with #772095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772095; }

 p { color: rgb(119,32,149); }

 H1.HeaderClassName
 {
   color: #772095;
 }
 .AnyTagClassName
 {
   color: #772095;
 }
</style>

background-color css

<style>
 a { background-color: #772095; }

 a { background-color: rgb(119,32,149); }

 div.DivClassName
 {
   background-color: #772095;
 }
 .BgClassName
 {
   background-color: #772095;
 }
</style>

border-color css

<style>
 span { border-color: #772095; }

 span { border-color: rgb(119,32,149); }

 td.TdClassName
 {
   border-color: #772095;
 }
 .TagClassName
 {
   border-color: #772095;
 }
</style>