#76227B

Color #76227B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #76227B

Tints of Dark Purple #76227B

Color information

#76227B (or 0x76227B) is unknown color: approx Dark Purple. HEX triplet: 76, 22 and 7B. RGB value is (118,34,123). Sum of RGB (Red+Green+Blue) = 118+34+123=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #76227B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76227B is #89DD84. Grayscale: #444444. Windows color (decimal): -9035141 or 8069750. OLE color: 8069750.

HSL color Cylindrical-coordinate representation of color #76227B: hue angle of 296.63º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76227B is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11834123-
CMYK0.040.7200.52
HSL296.63º56.69%30.78%-
HSV(B)296.63º72.36%48.24%-
XYZ11.626.4319.37-
YUV69.26158.33162.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 34 (13.67% from 255) = 12.36%
BLUE value IS 123 (48.44% from 255) = 44.73%
R=42.91%
G=12.36%
B=44.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118341230.040.7200.52296.6356.6930.78
Hex76227B448034129391f
Octal1664217341100644517137
Binary111011010001011110111001001000011010010010100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76227B; }

 p { color: rgb(118,34,123); }

 H1.HeaderClassName
 {
   color: #76227B;
 }
 .AnyTagClassName
 {
   color: #76227B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #76227B;
 }
 .BgClassName
 {
   background-color: #76227B;
 }
</style>
border-color css

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

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

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