#5C0D69

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

Shades of Palatinate Purple #5C0D69

Tints of Palatinate Purple #5C0D69

Color information

#5C0D69 (or 0x5C0D69) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 0D and 69. RGB value is (92,13,105). Sum of RGB (Red+Green+Blue) = 92+13+105=210 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.81% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #5C0D69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0D69 is #A3F296. Grayscale: #2E2E2E. Windows color (decimal): -10744471 or 6884700. OLE color: 6884700.

HSL color Cylindrical-coordinate representation of color #5C0D69: hue angle of 291.52º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C0D69 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9213105-
CMYK0.120.8800.59
HSL291.52º77.97%23.14%-
HSV(B)291.52º87.62%41.18%-
XYZ7.113.5813.68-
YUV47.11160.67160.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.81%
GREEN value IS 13 (5.47% from 255) = 6.19%
BLUE value IS 105 (41.41% from 255) = 50%
R=43.81%
G=6.19%
B=50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal92131050.120.8800.59291.5277.9723.14
Hex5CD69C5803B1244e17
Octal134151511413007344411627
Binary101110011011101001110010110000111011100100100100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,13,105); }

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

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

 a { background-color: rgb(92,13,105); }

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

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

 span { border-color: rgb(92,13,105); }

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