#632062

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

Shades of Palatinate Purple #632062

Tints of Palatinate Purple #632062

Color information

#632062 (or 0x632062) is unknown color: approx Palatinate Purple. HEX triplet: 63, 20 and 62. RGB value is (99,32,98). Sum of RGB (Red+Green+Blue) = 99+32+98=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #632062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632062 is #9CDF9D. Grayscale: #3B3B3B. Windows color (decimal): -10280862 or 6430819. OLE color: 6430819.

HSL color Cylindrical-coordinate representation of color #632062: hue angle of 300.9º 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 #632062 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB993298-
CMYK00.680.010.61
HSL300.9º51.15%25.69%-
HSV(B)300.9º67.68%38.82%-
XYZ7.874.5712.02-
YUV59.56149.7156.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.23%
GREEN value IS 32 (12.89% from 255) = 13.97%
BLUE value IS 98 (38.67% from 255) = 42.79%
R=43.23%
G=13.97%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99329800.680.010.61300.951.1525.69
Hex63206204413D12d331a
Octal1434014201041754556332
Binary1100011100000110001001000100111110110010110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632062; }

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

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

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

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

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

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

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

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