#602163

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

Shades of Palatinate Purple #602163

Tints of Palatinate Purple #602163

Color information

#602163 (or 0x602163) is unknown color: approx Palatinate Purple. HEX triplet: 60, 21 and 63. RGB value is (96,33,99). Sum of RGB (Red+Green+Blue) = 96+33+99=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #602163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602163 is #9FDE9C. Grayscale: #3B3B3B. Windows color (decimal): -10477213 or 6496608. OLE color: 6496608.

HSL color Cylindrical-coordinate representation of color #602163: hue angle of 297.27º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602163 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB963399-
CMYK0.030.6700.61
HSL297.27º50%25.88%-
HSV(B)297.27º66.67%38.82%-
XYZ7.624.4812.27-
YUV59.36150.37154.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.11%
GREEN value IS 33 (13.28% from 255) = 14.47%
BLUE value IS 99 (39.06% from 255) = 43.42%
R=42.11%
G=14.47%
B=43.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9633990.030.6700.61297.275025.88
Hex60216334303D129321a
Octal1404114331030754516232
Binary11000001000011100011111000011011110110010100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602163; }

 p { color: rgb(96,33,99); }

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

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

 a { background-color: rgb(96,33,99); }

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

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

 span { border-color: rgb(96,33,99); }

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