#7F1476

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

Shades of Dark Purple #7F1476

Tints of Dark Purple #7F1476

Color information

#7F1476 (or 0x7F1476) is unknown color: approx Dark Purple. HEX triplet: 7F, 14 and 76. RGB value is (127,20,118). Sum of RGB (Red+Green+Blue) = 127+20+118=265 (35% of max value = 765). Red value is 127 (50% from 255 or 47.92% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1476 is #80EB89. Grayscale: #3E3E3E. Windows color (decimal): -8448906 or 7738495. OLE color: 7738495.

HSL color Cylindrical-coordinate representation of color #7F1476: hue angle of 305.05º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F1476 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB12720118-
CMYK00.840.070.50
HSL305.05º72.79%28.82%-
HSV(B)305.05º84.25%49.8%-
XYZ12.276.3217.71-
YUV63.16158.95173.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.92%
GREEN value IS 20 (8.20% from 255) = 7.55%
BLUE value IS 118 (46.48% from 255) = 44.53%
R=47.92%
G=7.55%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1272011800.840.070.50305.0572.7928.82
Hex7F1476054732131491d
Octal17724166012476246111135
Binary111111110100111011001010100111110010100110001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F1476; }

 p { color: rgb(127,20,118); }

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

<style>
 a { background-color: #7F1476; }

 a { background-color: rgb(127,20,118); }

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

<style>
 span { border-color: #7F1476; }

 span { border-color: rgb(127,20,118); }

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