#60295A

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

Shades of Palatinate Purple #60295A

Tints of Palatinate Purple #60295A

Color information

#60295A (or 0x60295A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 29 and 5A. RGB value is (96,41,90). Sum of RGB (Red+Green+Blue) = 96+41+90=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #60295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60295A is #9FD6A5. Grayscale: #3E3E3E. Windows color (decimal): -10475174 or 5908832. OLE color: 5908832.

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

Color convert

RGB964190-
CMYK00.570.060.62
HSL306.55º40.15%26.86%-
HSV(B)306.55º57.29%37.65%-
XYZ7.464.8110.21-
YUV63.03143.22151.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 41 (16.41% from 255) = 18.06%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=42.29%
G=18.06%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96419000.570.060.62306.5540.1526.86
Hex60295A03963E133281b
Octal140511320716764635033
Binary11000001010011011010011100111011111010011001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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