Html Css Color HEX #772892 Vivid Violet

📋 copy color: '#772892'

red 119 ◦ green 40 ◦ blue 146

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

Shades of Vivid Violet #772892

Tints of Vivid Violet #772892

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.11%

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

R = 39.02%
G = 13.11%
B = 47.87%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#772892 (or 0x772892) is known color: Vivid Violet. HEX triplet: 77, 28 and 92. RGB value is (119,40,146). Sum of RGB (Red+Green+Blue) = 119+40+146=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #772892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772892 is #88D76D. Grayscale: #4B4B4B. Windows color (decimal): -8968046 or 9578615. OLE color: 9578615.

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

Color convert

RGB 119 40 146 -
CMYK 0.18 0.73 0 0.43
HSL 284.72º 0.57% 0.36% -
HSV(B) 284.72º 0.73% 0.57% -
XYZ 13.55 7.51 27.93 -
YUV 75.71 167.67 158.88 -
System Red Green Blue C M Y K H S L
Decimal 119 40 146 0.18 0.73 0 0.43 284.72 0.57 0.36
Hex 77 28 92 12 49 0 2B 11D 39 24
Octal 167 50 222 22 111 0 53 435 71 44
Binary 1110111 101000 10010010 10010 1001001 0 101011 100011101 111001 100100

Color Harmonies of #772892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772892

Black with #772892

Text Example


Text Example

White with #772892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772892; }

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

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

background-color css

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

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

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

border-color css

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

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

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