#7F1469

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

Shades of Dark Purple #7F1469

Tints of Dark Purple #7F1469

Color information

#7F1469 (or 0x7F1469) is unknown color: approx Dark Purple. HEX triplet: 7F, 14 and 69. RGB value is (127,20,105). Sum of RGB (Red+Green+Blue) = 127+20+105=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1469 is #80EB96. Grayscale: #3D3D3D. Windows color (decimal): -8448919 or 6886527. OLE color: 6886527.

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

Color convert

RGB12720105-
CMYK00.840.170.50
HSL312.34º72.79%28.82%-
HSV(B)312.34º84.25%49.8%-
XYZ11.556.0313.92-
YUV61.68152.45174.59-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.40%
GREEN value IS 20 (8.20% from 255) = 7.94%
BLUE value IS 105 (41.41% from 255) = 41.67%
R=50.40%
G=7.94%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1272010500.840.170.50312.3472.7928.82
Hex7F14690541132138491d
Octal177241510124216247011135
Binary11111111010011010010101010010001110010100111000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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