#77238A

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

Shades of Vivid Violet #77238A

Tints of Vivid Violet #77238A

Color information

#77238A (or 0x77238A) is unknown color: approx Vivid Violet. HEX triplet: 77, 23 and 8A. RGB value is (119,35,138). Sum of RGB (Red+Green+Blue) = 119+35+138=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #77238A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77238A is #88DC75. Grayscale: #474747. Windows color (decimal): -8969334 or 9053047. OLE color: 9053047.

HSL color Cylindrical-coordinate representation of color #77238A: hue angle of 288.93º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77238A is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11935138-
CMYK0.140.7500.46
HSL288.93º59.54%33.92%-
HSV(B)288.93º74.64%54.12%-
XYZ12.86.9624.71-
YUV71.86165.33161.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.75%
GREEN value IS 35 (14.06% from 255) = 11.99%
BLUE value IS 138 (54.30% from 255) = 47.26%
R=40.75%
G=11.99%
B=47.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal119351380.140.7500.46288.9359.5433.92
Hex77238AE4B02E1213c22
Octal16743212161130564417442
Binary111011110001110001010111010010110101110100100001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77238A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77238A; }

 p { color: rgb(119,35,138); }

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

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

 a { background-color: rgb(119,35,138); }

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

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

 span { border-color: rgb(119,35,138); }

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