#77248E

Color #77248E Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #77248E

Tints of Vivid Violet #77248E

Color information

#77248E (or 0x77248E) is unknown color: approx Vivid Violet. HEX triplet: 77, 24 and 8E. RGB value is (119,36,142). Sum of RGB (Red+Green+Blue) = 119+36+142=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #77248E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77248E is #88DB71. Grayscale: #484848. Windows color (decimal): -8969074 or 9315447. OLE color: 9315447.

HSL color Cylindrical-coordinate representation of color #77248E: hue angle of 286.98º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77248E is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11936142-
CMYK0.160.7500.44
HSL286.98º59.55%34.9%-
HSV(B)286.98º74.65%55.69%-
XYZ13.127.1426.28-
YUV72.9167160.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 36 (14.45% from 255) = 12.12%
BLUE value IS 142 (55.86% from 255) = 47.81%
R=40.07%
G=12.12%
B=47.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119361420.160.7500.44286.9859.5534.9
Hex77248E104B02C11f3c23
Octal16744216201130544377443
Binary1110111100100100011101000010010110101100100011111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77248E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77248E; }

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

 H1.HeaderClassName
 {
   color: #77248E;
 }
 .AnyTagClassName
 {
   color: #77248E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #77248E;
 }
 .BgClassName
 {
   background-color: #77248E;
 }
</style>
border-color css

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

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

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