#632162

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

Shades of Palatinate Purple #632162

Tints of Palatinate Purple #632162

Color information

#632162 (or 0x632162) is unknown color: approx Palatinate Purple. HEX triplet: 63, 21 and 62. RGB value is (99,33,98). Sum of RGB (Red+Green+Blue) = 99+33+98=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #632162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632162 is #9CDE9D. Grayscale: #3B3B3B. Windows color (decimal): -10280606 or 6431075. OLE color: 6431075.

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

Color convert

RGB993398-
CMYK00.670.010.61
HSL300.91º50%25.88%-
HSV(B)300.91º66.67%38.82%-
XYZ7.894.6212.03-
YUV60.14149.37155.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 33 (13.28% from 255) = 14.35%
BLUE value IS 98 (38.67% from 255) = 42.61%
R=43.04%
G=14.35%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99339800.670.010.61300.915025.88
Hex63216204313D12d321a
Octal1434114201031754556232
Binary1100011100001110001001000011111110110010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632162; }

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

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

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

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

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

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

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

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