Html Css Color HEX #76209F Vivid Violet

📋 copy color: '#76209F'

red 118 ◦ green 32 ◦ blue 159

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

Shades of Vivid Violet #76209F

Tints of Vivid Violet #76209F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.46%

R = 38.19%
G = 10.36%
B = 51.46%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76209F (or 0x76209F) is known color: Vivid Violet. HEX triplet: 76, 20 and 9F. RGB value is (118,32,159). Sum of RGB (Red+Green+Blue) = 118+32+159=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #76209F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76209F is #89DF60. Grayscale: #474747. Windows color (decimal): -9035617 or 10428534. OLE color: 10428534.

HSL color Cylindrical-coordinate representation of color #76209F: hue angle of 280.63º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76209F is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 32 159 -
CMYK 0.26 0.80 0 0.38
HSL 280.63º 0.66% 0.37% -
HSV(B) 280.63º 0.8% 0.62% -
XYZ 14.25 7.39 33.48 -
YUV 72.19 176.99 160.67 -
System Red Green Blue C M Y K H S L
Decimal 118 32 159 0.26 0.80 0 0.38 280.63 0.66 0.37
Hex 76 20 9F 1A 50 0 26 119 42 25
Octal 166 40 237 32 120 0 46 431 102 45
Binary 1110110 100000 10011111 11010 1010000 0 100110 100011001 1000010 100101

Color Harmonies of #76209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76209F

Black with #76209F

Text Example


Text Example

White with #76209F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76209F; }

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

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

background-color css

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

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

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

border-color css

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

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

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