#5C1F62

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

Shades of Palatinate Purple #5C1F62

Tints of Palatinate Purple #5C1F62

Color information

#5C1F62 (or 0x5C1F62) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 1F and 62. RGB value is (92,31,98). Sum of RGB (Red+Green+Blue) = 92+31+98=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #5C1F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C1F62 is #A3E09D. Grayscale: #383838. Windows color (decimal): -10739870 or 6430556. OLE color: 6430556.

HSL color Cylindrical-coordinate representation of color #5C1F62: hue angle of 294.63º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C1F62 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB923198-
CMYK0.060.6800.62
HSL294.63º51.94%25.29%-
HSV(B)294.63º68.37%38.43%-
XYZ7.114.1411.98-
YUV56.88151.21153.05-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.63%
GREEN value IS 31 (12.5% from 255) = 14.03%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=41.63%
G=14.03%
B=44.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9231980.060.6800.62294.6351.9425.29
Hex5C1F6264403E1273419
Octal1343714261040764476431
Binary10111001111111000101101000100011111010010011111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C1F62; }

 p { color: rgb(92,31,98); }

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

<style>
 a { background-color: #5C1F62; }

 a { background-color: rgb(92,31,98); }

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

<style>
 span { border-color: #5C1F62; }

 span { border-color: rgb(92,31,98); }

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