Html Css Color HEX #76236F Dark Purple

📋 copy color: '#76236F'

red 118 ◦ green 35 ◦ blue 111

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

Shades of Dark Purple #76236F

Tints of Dark Purple #76236F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.05%

R = 44.7%
G = 13.26%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76236F (or 0x76236F) is known color: Dark Purple. HEX triplet: 76, 23 and 6F. RGB value is (118,35,111). Sum of RGB (Red+Green+Blue) = 118+35+111=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76236F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76236F is #89DC90. Grayscale: #444444. Windows color (decimal): -9034897 or 7283574. OLE color: 7283574.

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

Color convert

RGB 118 35 111 -
CMYK 0 0.70 0.06 0.54
HSL 305.06º 0.54% 0.3% -
HSV(B) 305.06º 0.7% 0.46% -
XYZ 10.94 6.2 15.66 -
YUV 68.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 118 35 111 0 0.70 0.06 0.54 305.06 0.54 0.3
Hex 76 23 6F 0 46 6 36 131 36 1E
Octal 166 43 157 0 106 6 66 461 66 36
Binary 1110110 100011 1101111 0 1000110 110 110110 100110001 110110 11110

Color Harmonies of #76236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76236F

Black with #76236F

Text Example


Text Example

White with #76236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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