#5C1065

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

Shades of Palatinate Purple #5C1065

Tints of Palatinate Purple #5C1065

Color information

#5C1065 (or 0x5C1065) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 10 and 65. RGB value is (92,16,101). Sum of RGB (Red+Green+Blue) = 92+16+101=209 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.02% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #5C1065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1065 is #A3EF9A. Grayscale: #303030. Windows color (decimal): -10743707 or 6623324. OLE color: 6623324.

HSL color Cylindrical-coordinate representation of color #5C1065: hue angle of 293.65º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C1065 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9216101-
CMYK0.090.8400.60
HSL293.65º72.65%22.94%-
HSV(B)293.65º84.16%39.61%-
XYZ6.953.5912.64-
YUV48.41157.68159.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.02%
GREEN value IS 16 (6.64% from 255) = 7.66%
BLUE value IS 101 (39.84% from 255) = 48.33%
R=44.02%
G=7.66%
B=48.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal92161010.090.8400.60293.6572.6522.94
Hex5C106595403C1264917
Octal134201451112407444611127
Binary1011100100001100101100110101000111100100100110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,16,101); }

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

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

 a { background-color: rgb(92,16,101); }

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

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

 span { border-color: rgb(92,16,101); }

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