#632152

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

Shades of Palatinate Purple #632152

Tints of Palatinate Purple #632152

Color information

#632152 (or 0x632152) is unknown color: approx Palatinate Purple. HEX triplet: 63, 21 and 52. RGB value is (99,33,82). Sum of RGB (Red+Green+Blue) = 99+33+82=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #632152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632152 is #9CDEAD. Grayscale: #3A3A3A. Windows color (decimal): -10280622 or 5382499. OLE color: 5382499.

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

Color convert

RGB993382-
CMYK00.670.170.61
HSL315.45º50%25.88%-
HSV(B)315.45º66.67%38.82%-
XYZ7.214.358.44-
YUV58.32141.37157.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.26%
GREEN value IS 33 (13.28% from 255) = 15.42%
BLUE value IS 82 (32.42% from 255) = 38.32%
R=46.26%
G=15.42%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99338200.670.170.61315.455025.88
Hex632152043113D13b321a
Octal14341122010321754736232
Binary11000111000011010010010000111000111110110011101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632152; }

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

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

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

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

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

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

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

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