Html Css Color HEX #76236E Dark Purple

📋 copy color: '#76236E'

red 118 ◦ green 35 ◦ blue 110

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

Shades of Dark Purple #76236E

Tints of Dark Purple #76236E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.83%

R = 44.87%
G = 13.31%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76236E (or 0x76236E) is known color: Dark Purple. HEX triplet: 76, 23 and 6E. RGB value is (118,35,110). Sum of RGB (Red+Green+Blue) = 118+35+110=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76236E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76236E is #89DC91. Grayscale: #444444. Windows color (decimal): -9034898 or 7218038. OLE color: 7218038.

HSL color Cylindrical-coordinate representation of color #76236E: hue angle of 305.78º 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 #76236E is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 35 110 -
CMYK 0 0.70 0.07 0.54
HSL 305.78º 0.54% 0.3% -
HSV(B) 305.78º 0.7% 0.46% -
XYZ 10.89 6.18 15.37 -
YUV 68.37 151.5 163.4 -
System Red Green Blue C M Y K H S L
Decimal 118 35 110 0 0.70 0.07 0.54 305.78 0.54 0.3
Hex 76 23 6E 0 46 7 36 132 36 1E
Octal 166 43 156 0 106 7 66 462 66 36
Binary 1110110 100011 1101110 0 1000110 111 110110 100110010 110110 11110

Color Harmonies of #76236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76236E

Black with #76236E

Text Example


Text Example

White with #76236E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76236E; }

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

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

background-color css

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

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

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

border-color css

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

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

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