#60045A

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

Shades of Palatinate Purple #60045A

Tints of Palatinate Purple #60045A

Color information

#60045A (or 0x60045A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 04 and 5A. RGB value is (96,4,90). Sum of RGB (Red+Green+Blue) = 96+4+90=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #60045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60045A is #9FFBA5. Grayscale: #292929. Windows color (decimal): -10484646 or 5899360. OLE color: 5899360.

HSL color Cylindrical-coordinate representation of color #60045A: hue angle of 303.91º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #60045A is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB96490-
CMYK00.960.060.62
HSL303.91º92%19.61%-
HSV(B)303.91º95.83%37.65%-
XYZ6.713.319.96-
YUV41.31155.48167.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.53%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 90 (35.55% from 255) = 47.37%
R=50.53%
G=2.11%
B=47.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9649000.960.060.62303.919219.61
Hex6045A06063E1305c14
Octal1404132014067646013424
Binary1100000100101101001100000110111110100110000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60045A; }

 p { color: rgb(96,4,90); }

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

<style>
 a { background-color: #60045A; }

 a { background-color: rgb(96,4,90); }

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

<style>
 span { border-color: #60045A; }

 span { border-color: rgb(96,4,90); }

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