#5C0962

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

Shades of Palatinate Purple #5C0962

Tints of Palatinate Purple #5C0962

Color information

#5C0962 (or 0x5C0962) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 09 and 62. RGB value is (92,9,98). Sum of RGB (Red+Green+Blue) = 92+9+98=199 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.23% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #5C0962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0962 is #A3F69D. Grayscale: #2B2B2B. Windows color (decimal): -10745502 or 6424924. OLE color: 6424924.

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

Color convert

RGB92998-
CMYK0.060.9100.62
HSL295.96º83.18%20.98%-
HSV(B)295.96º90.82%38.43%-
XYZ6.723.3511.85-
YUV43.96158.5162.26-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 46.23%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 98 (38.67% from 255) = 49.25%
R=46.23%
G=4.52%
B=49.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal929980.060.9100.62295.9683.1820.98
Hex5C96265B03E1285315
Octal13411142613307645012325
Binary10111001001110001011010110110111110100101000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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