#76207A

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

Shades of Dark Purple #76207A

Tints of Dark Purple #76207A

Color information

#76207A (or 0x76207A) is unknown color: approx Dark Purple. HEX triplet: 76, 20 and 7A. RGB value is (118,32,122). Sum of RGB (Red+Green+Blue) = 118+32+122=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #76207A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76207A is #89DF85. Grayscale: #434343. Windows color (decimal): -9035654 or 8003702. OLE color: 8003702.

HSL color Cylindrical-coordinate representation of color #76207A: hue angle of 297.33º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76207A is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11832122-
CMYK0.030.7400.52
HSL297.33º58.44%30.2%-
HSV(B)297.33º73.77%47.84%-
XYZ11.56.2919.02-
YUV67.97158.49163.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 32 (12.89% from 255) = 11.76%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=43.38%
G=11.76%
B=44.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118321220.030.7400.52297.3358.4430.2
Hex76207A34A0341293a1e
Octal1664017231120644517236
Binary11101101000001111010111001010011010010010100111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76207A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76207A; }

 p { color: rgb(118,32,122); }

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

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

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

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

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

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

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