#7F1460

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

Shades of Dark Purple #7F1460

Tints of Dark Purple #7F1460

Color information

#7F1460 (or 0x7F1460) is unknown color: approx Dark Purple. HEX triplet: 7F, 14 and 60. RGB value is (127,20,96). Sum of RGB (Red+Green+Blue) = 127+20+96=243 (32% of max value = 765). Red value is 127 (50% from 255 or 52.26% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1460 is #80EB9F. Grayscale: #3C3C3C. Windows color (decimal): -8448928 or 6296703. OLE color: 6296703.

HSL color Cylindrical-coordinate representation of color #7F1460: hue angle of 317.38º 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 #7F1460 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB1272096-
CMYK00.840.240.50
HSL317.38º72.79%28.82%-
HSV(B)317.38º84.25%49.8%-
XYZ11.115.8611.61-
YUV60.66147.95175.32-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.26%
GREEN value IS 20 (8.20% from 255) = 8.23%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=52.26%
G=8.23%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127209600.840.240.50317.3872.7928.82
Hex7F1460054183213d491d
Octal177241400124306247511135
Binary11111111010011000000101010011000110010100111101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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