Html Css Color HEX #762376 Dark Purple

📋 copy color: '#762376'

red 118 ◦ green 35 ◦ blue 118

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

Shades of Dark Purple #762376

Tints of Dark Purple #762376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.54%

R = 43.54%
G = 12.92%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#762376 (or 0x762376) is known color: Dark Purple. HEX triplet: 76, 23 and 76. RGB value is (118,35,118). Sum of RGB (Red+Green+Blue) = 118+35+118=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #762376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762376 is #89DC89. Grayscale: #454545. Windows color (decimal): -9034890 or 7742326. OLE color: 7742326.

HSL color Cylindrical-coordinate representation of color #762376: hue angle of 300º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #762376 is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 35 118 -
CMYK 0 0.70 0 0.54
HSL 300º 0.54% 0.3% -
HSV(B) 300º 0.7% 0.46% -
XYZ 11.34 6.36 17.77 -
YUV 69.28 155.5 162.75 -
System Red Green Blue C M Y K H S L
Decimal 118 35 118 0 0.70 0 0.54 300 0.54 0.3
Hex 76 23 76 0 46 0 36 12C 36 1E
Octal 166 43 166 0 106 0 66 454 66 36
Binary 1110110 100011 1110110 0 1000110 0 110110 100101100 110110 11110

Color Harmonies of #762376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762376

Black with #762376

Text Example


Text Example

White with #762376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762376; }

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

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

background-color css

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

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

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

border-color css

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

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

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