Html Css Color HEX #76216F Dark Purple

📋 copy color: '#76216F'

red 118 ◦ green 33 ◦ blue 111

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

Shades of Dark Purple #76216F

Tints of Dark Purple #76216F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.6%

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

R = 45.04%
G = 12.6%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76216F (or 0x76216F) is known color: Dark Purple. HEX triplet: 76, 21 and 6F. RGB value is (118,33,111). Sum of RGB (Red+Green+Blue) = 118+33+111=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76216F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76216F is #89DE90. Grayscale: #434343. Windows color (decimal): -9035409 or 7283062. OLE color: 7283062.

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

Color convert

RGB 118 33 111 -
CMYK 0 0.72 0.06 0.54
HSL 304.94º 0.56% 0.3% -
HSV(B) 304.94º 0.72% 0.46% -
XYZ 10.88 6.09 15.64 -
YUV 67.31 152.66 164.16 -
System Red Green Blue C M Y K H S L
Decimal 118 33 111 0 0.72 0.06 0.54 304.94 0.56 0.3
Hex 76 21 6F 0 48 6 36 131 38 1E
Octal 166 41 157 0 110 6 66 461 70 36
Binary 1110110 100001 1101111 0 1001000 110 110110 100110001 111000 11110

Color Harmonies of #76216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76216F

Black with #76216F

Text Example


Text Example

White with #76216F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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