#7C1F61

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

Shades of Palatinate Purple #7C1F61

Tints of Palatinate Purple #7C1F61

Color information

#7C1F61 (or 0x7C1F61) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 1F and 61. RGB value is (124,31,97). Sum of RGB (Red+Green+Blue) = 124+31+97=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1F61 is #83E09E. Grayscale: #424242. Windows color (decimal): -8642719 or 6365052. OLE color: 6365052.

HSL color Cylindrical-coordinate representation of color #7C1F61: hue angle of 317.42º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C1F61 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB1243197-
CMYK00.750.220.51
HSL317.42º60%30.39%-
HSV(B)317.42º75%48.63%-
XYZ10.966.1311.91-
YUV66.33145.31169.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.21%
GREEN value IS 31 (12.5% from 255) = 12.30%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=49.21%
G=12.30%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124319700.750.220.51317.426030.39
Hex7C1F6104B163313d3c1e
Octal17437141011326634757436
Binary1111100111111100001010010111011011001110011110111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,31,97); }

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

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

 a { background-color: rgb(124,31,97); }

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

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

 span { border-color: rgb(124,31,97); }

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