#632160

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

Shades of Palatinate Purple #632160

Tints of Palatinate Purple #632160

Color information

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

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

Color convert

RGB993396-
CMYK00.670.030.61
HSL302.73º50%25.88%-
HSV(B)302.73º66.67%38.82%-
XYZ7.84.5811.54-
YUV59.92148.37155.88-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99339600.670.030.61302.735025.88
Hex63216004333D12f321a
Octal1434114001033754576232
Binary11000111000011100000010000111111110110010111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632160; }

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

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

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

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

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

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

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

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