#632060

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

Shades of Palatinate Purple #632060

Tints of Palatinate Purple #632060

Color information

#632060 (or 0x632060) is unknown color: approx Palatinate Purple. HEX triplet: 63, 20 and 60. RGB value is (99,32,96). Sum of RGB (Red+Green+Blue) = 99+32+96=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #632060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632060 is #9CDF9F. Grayscale: #3B3B3B. Windows color (decimal): -10280864 or 6299747. OLE color: 6299747.

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

Color convert

RGB993296-
CMYK00.680.030.61
HSL302.69º51.15%25.69%-
HSV(B)302.69º67.68%38.82%-
XYZ7.774.5311.53-
YUV59.33148.7156.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.61%
GREEN value IS 32 (12.89% from 255) = 14.10%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=43.61%
G=14.10%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99329600.680.030.61302.6951.1525.69
Hex63206004433D12f331a
Octal1434014001043754576332
Binary11000111000001100000010001001111110110010111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632060; }

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

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

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

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

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

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

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

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