Html Css Color HEX #76208B Vivid Violet

📋 copy color: '#76208B'

red 118 ◦ green 32 ◦ blue 139

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

Shades of Vivid Violet #76208B

Tints of Vivid Violet #76208B

RGB

 RED value IS 118 (46.48% from 255) = 40.83%

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

 BLUE value IS 139 (54.69% from 255) = 48.1%

R = 40.83%
G = 11.07%
B = 48.1%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76208B (or 0x76208B) is known color: Vivid Violet. HEX triplet: 76, 20 and 8B. RGB value is (118,32,139). Sum of RGB (Red+Green+Blue) = 118+32+139=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #76208B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76208B is #89DF74. Grayscale: #454545. Windows color (decimal): -9035637 or 9117814. OLE color: 9117814.

HSL color Cylindrical-coordinate representation of color #76208B: hue angle of 288.22º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76208B is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 32 139 -
CMYK 0.15 0.77 0 0.45
HSL 288.22º 0.63% 0.34% -
HSV(B) 288.22º 0.77% 0.55% -
XYZ 12.65 6.75 25.06 -
YUV 69.91 166.99 162.3 -
System Red Green Blue C M Y K H S L
Decimal 118 32 139 0.15 0.77 0 0.45 288.22 0.63 0.34
Hex 76 20 8B F 4D 0 2D 120 3F 22
Octal 166 40 213 17 115 0 55 440 77 42
Binary 1110110 100000 10001011 1111 1001101 0 101101 100100000 111111 100010

Color Harmonies of #76208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76208B

Black with #76208B

Text Example


Text Example

White with #76208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76208B; }

 p { color: rgb(118,32,139); }

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

background-color css

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

 a { background-color: rgb(118,32,139); }

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

border-color css

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

 span { border-color: rgb(118,32,139); }

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