#7F1A5D

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

Shades of Palatinate Purple #7F1A5D

Tints of Palatinate Purple #7F1A5D

Color information

#7F1A5D (or 0x7F1A5D) is unknown color: approx Palatinate Purple. HEX triplet: 7F, 1A and 5D. RGB value is (127,26,93). Sum of RGB (Red+Green+Blue) = 127+26+93=246 (32% of max value = 765). Red value is 127 (50% from 255 or 51.63% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1A5D is #80E5A2. Grayscale: #3F3F3F. Windows color (decimal): -8447395 or 6101631. OLE color: 6101631.

HSL color Cylindrical-coordinate representation of color #7F1A5D: hue angle of 320.2º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F1A5D is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB1272693-
CMYK00.800.270.50
HSL320.2º66.01%30%-
HSV(B)320.2º79.53%49.8%-
XYZ11.16.0410.94-
YUV63.84144.46173.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.63%
GREEN value IS 26 (10.55% from 255) = 10.57%
BLUE value IS 93 (36.72% from 255) = 37.80%
R=51.63%
G=10.57%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127269300.800.270.50320.266.0130
Hex7F1A5D0501B32140421e
Octal177321350120336250010236
Binary11111111101010111010101000011011110010101000000100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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