#5C075F

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

Shades of Palatinate Purple #5C075F

Tints of Palatinate Purple #5C075F

Color information

#5C075F (or 0x5C075F) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 07 and 5F. RGB value is (92,7,95). Sum of RGB (Red+Green+Blue) = 92+7+95=194 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.42% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #5C075F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C075F is #A3F8A0. Grayscale: #2A2A2A. Windows color (decimal): -10746017 or 6227804. OLE color: 6227804.

HSL color Cylindrical-coordinate representation of color #5C075F: hue angle of 297.95º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C075F is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB92795-
CMYK0.030.9300.63
HSL297.95º86.27%20%-
HSV(B)297.95º92.63%37.25%-
XYZ6.563.2511.11-
YUV42.45157.66163.34-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 47.42%
GREEN value IS 7 (3.12% from 255) = 3.61%
BLUE value IS 95 (37.5% from 255) = 48.97%
R=47.42%
G=3.61%
B=48.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal927950.030.9300.63297.9586.2720
Hex5C75F35D03F12a5614
Octal1347137313507745212624
Binary101110011110111111110111010111111100101010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C075F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,7,95); }

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

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

 a { background-color: rgb(92,7,95); }

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

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

 span { border-color: rgb(92,7,95); }

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