#7F1E5F

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

Shades of Palatinate Purple #7F1E5F

Tints of Palatinate Purple #7F1E5F

Color information

#7F1E5F (or 0x7F1E5F) is unknown color: approx Palatinate Purple. HEX triplet: 7F, 1E and 5F. RGB value is (127,30,95). Sum of RGB (Red+Green+Blue) = 127+30+95=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1E5F is #80E1A0. Grayscale: #424242. Windows color (decimal): -8446369 or 6233727. OLE color: 6233727.

HSL color Cylindrical-coordinate representation of color #7F1E5F: hue angle of 319.79º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F1E5F is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB1273095-
CMYK00.760.250.50
HSL319.79º61.78%30.78%-
HSV(B)319.79º76.38%49.8%-
XYZ11.286.2711.44-
YUV66.41144.14171.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50.40%
GREEN value IS 30 (12.11% from 255) = 11.90%
BLUE value IS 95 (37.5% from 255) = 37.70%
R=50.40%
G=11.90%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127309500.760.250.50319.7961.7830.78
Hex7F1E5F04C19321403e1f
Octal17736137011431625007637
Binary1111111111101011111010011001100111001010100000011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,30,95); }

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

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

 a { background-color: rgb(127,30,95); }

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

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

 span { border-color: rgb(127,30,95); }

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