#7F1A89

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

Shades of Dark Purple #7F1A89

Tints of Dark Purple #7F1A89

Color information

#7F1A89 (or 0x7F1A89) is unknown color: approx Dark Purple. HEX triplet: 7F, 1A and 89. RGB value is (127,26,137). Sum of RGB (Red+Green+Blue) = 127+26+137=290 (38% of max value = 765). Red value is 127 (50% from 255 or 43.79% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #7F1A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F1A89 is #80E576. Grayscale: #444444. Windows color (decimal): -8447351 or 8985215. OLE color: 8985215.

HSL color Cylindrical-coordinate representation of color #7F1A89: hue angle of 294.59º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F1A89 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12726137-
CMYK0.070.8100.46
HSL294.59º68.1%31.96%-
HSV(B)294.59º81.02%53.73%-
XYZ13.647.0624.31-
YUV68.85166.46169.47-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.79%
GREEN value IS 26 (10.55% from 255) = 8.97%
BLUE value IS 137 (53.91% from 255) = 47.24%
R=43.79%
G=8.97%
B=47.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127261370.070.8100.46294.5968.131.96
Hex7F1A8975102E1274420
Octal17732211712105644710440
Binary11111111101010001001111101000101011101001001111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,26,137); }

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

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

 a { background-color: rgb(127,26,137); }

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

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

 span { border-color: rgb(127,26,137); }

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