Html Css Color HEX #76239F Vivid Violet

📋 copy color: '#76239F'

red 118 ◦ green 35 ◦ blue 159

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

Shades of Vivid Violet #76239F

Tints of Vivid Violet #76239F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.22%

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

R = 37.82%
G = 11.22%
B = 50.96%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76239F (or 0x76239F) is known color: Vivid Violet. HEX triplet: 76, 23 and 9F. RGB value is (118,35,159). Sum of RGB (Red+Green+Blue) = 118+35+159=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #76239F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76239F is #89DC60. Grayscale: #494949. Windows color (decimal): -9034849 or 10429302. OLE color: 10429302.

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

Color convert

RGB 118 35 159 -
CMYK 0.26 0.78 0 0.38
HSL 280.16º 0.64% 0.38% -
HSV(B) 280.16º 0.78% 0.62% -
XYZ 14.33 7.56 33.5 -
YUV 73.95 176 159.42 -
System Red Green Blue C M Y K H S L
Decimal 118 35 159 0.26 0.78 0 0.38 280.16 0.64 0.38
Hex 76 23 9F 1A 4E 0 26 118 40 26
Octal 166 43 237 32 116 0 46 430 100 46
Binary 1110110 100011 10011111 11010 1001110 0 100110 100011000 1000000 100110

Color Harmonies of #76239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76239F

Black with #76239F

Text Example


Text Example

White with #76239F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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