Html Css Color HEX #772092 Vivid Violet

📋 copy color: '#772092'

red 119 ◦ green 32 ◦ blue 146

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

Shades of Vivid Violet #772092

Tints of Vivid Violet #772092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.16%

R = 40.07%
G = 10.77%
B = 49.16%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#772092 (or 0x772092) is known color: Vivid Violet. HEX triplet: 77, 20 and 92. RGB value is (119,32,146). Sum of RGB (Red+Green+Blue) = 119+32+146=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #772092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772092 is #88DF6D. Grayscale: #464646. Windows color (decimal): -8970094 or 9576567. OLE color: 9576567.

HSL color Cylindrical-coordinate representation of color #772092: hue angle of 285.79º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #772092 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 32 146 -
CMYK 0.18 0.78 0 0.43
HSL 285.79º 0.64% 0.35% -
HSV(B) 285.79º 0.78% 0.57% -
XYZ 13.31 7.03 27.85 -
YUV 71.01 170.32 162.23 -
System Red Green Blue C M Y K H S L
Decimal 119 32 146 0.18 0.78 0 0.43 285.79 0.64 0.35
Hex 77 20 92 12 4E 0 2B 11E 40 23
Octal 167 40 222 22 116 0 53 436 100 43
Binary 1110111 100000 10010010 10010 1001110 0 101011 100011110 1000000 100011

Color Harmonies of #772092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772092

Black with #772092

Text Example


Text Example

White with #772092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772092; }

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

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

background-color css

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

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

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

border-color css

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

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

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