#60305A

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

Shades of Palatinate Purple #60305A

Tints of Palatinate Purple #60305A

Color information

#60305A (or 0x60305A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 30 and 5A. RGB value is (96,48,90). Sum of RGB (Red+Green+Blue) = 96+48+90=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #60305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60305A is #9FCFA5. Grayscale: #434343. Windows color (decimal): -10473382 or 5910624. OLE color: 5910624.

HSL color Cylindrical-coordinate representation of color #60305A: hue angle of 307.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60305A is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB964890-
CMYK00.500.060.62
HSL307.5º33.33%28.24%-
HSV(B)307.5º50%37.65%-
XYZ7.735.3410.3-
YUV67.14140.9148.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.03%
GREEN value IS 48 (19.14% from 255) = 20.51%
BLUE value IS 90 (35.55% from 255) = 38.46%
R=41.03%
G=20.51%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96489000.500.060.62307.533.3328.24
Hex60305A03263E134211c
Octal140601320626764644134
Binary11000001100001011010011001011011111010011010010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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