Html Css Color HEX #772487 Vivid Violet

📋 copy color: '#772487'

red 119 ◦ green 36 ◦ blue 135

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

Shades of Vivid Violet #772487

Tints of Vivid Violet #772487

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.41%

 BLUE value IS 135 (53.13% from 255) = 46.55%

R = 41.03%
G = 12.41%
B = 46.55%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#772487 (or 0x772487) is known color: Vivid Violet. HEX triplet: 77, 24 and 87. RGB value is (119,36,135). Sum of RGB (Red+Green+Blue) = 119+36+135=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 135 - color contains mainly: blue. Hex color #772487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772487 is #88DB78. Grayscale: #474747. Windows color (decimal): -8969081 or 8856695. OLE color: 8856695.

HSL color Cylindrical-coordinate representation of color #772487: hue angle of 290.3º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772487 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 36 135 -
CMYK 0.12 0.73 0 0.47
HSL 290.3º 0.58% 0.34% -
HSV(B) 290.3º 0.73% 0.53% -
XYZ 12.61 6.93 23.6 -
YUV 72.1 163.5 161.45 -
System Red Green Blue C M Y K H S L
Decimal 119 36 135 0.12 0.73 0 0.47 290.3 0.58 0.34
Hex 77 24 87 C 49 0 2F 122 3A 22
Octal 167 44 207 14 111 0 57 442 72 42
Binary 1110111 100100 10000111 1100 1001001 0 101111 100100010 111010 100010

Color Harmonies of #772487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772487

Black with #772487

Text Example


Text Example

White with #772487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772487; }

 p { color: rgb(119,36,135); }

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

background-color css

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

 a { background-color: rgb(119,36,135); }

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

border-color css

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

 span { border-color: rgb(119,36,135); }

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