#60335A

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

Shades of Palatinate Purple #60335A

Tints of Palatinate Purple #60335A

Color information

#60335A (or 0x60335A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 33 and 5A. RGB value is (96,51,90). Sum of RGB (Red+Green+Blue) = 96+51+90=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 96 - color contains mainly: red. Hex color #60335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60335A is #9FCCA5. Grayscale: #444444. Windows color (decimal): -10472614 or 5911392. OLE color: 5911392.

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

Color convert

RGB965190-
CMYK00.470.060.62
HSL308º30.61%28.82%-
HSV(B)308º46.88%37.65%-
XYZ7.855.5910.34-
YUV68.9139.91147.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.51%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 90 (35.55% from 255) = 37.97%
R=40.51%
G=21.52%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96519000.470.060.6230830.6128.82
Hex60335A02F63E1341f1d
Octal140631320576764643735
Binary1100000110011101101001011111101111101001101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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