#632752

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

Shades of Palatinate Purple #632752

Tints of Palatinate Purple #632752

Color information

#632752 (or 0x632752) is unknown color: approx Palatinate Purple. HEX triplet: 63, 27 and 52. RGB value is (99,39,82). Sum of RGB (Red+Green+Blue) = 99+39+82=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #632752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632752 is #9CD8AD. Grayscale: #3D3D3D. Windows color (decimal): -10279086 or 5384035. OLE color: 5384035.

HSL color Cylindrical-coordinate representation of color #632752: hue angle of 317º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #632752 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB993982-
CMYK00.610.170.61
HSL317º43.48%27.06%-
HSV(B)317º60.61%38.82%-
XYZ7.394.718.5-
YUV61.84139.38154.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45%
GREEN value IS 39 (15.62% from 255) = 17.73%
BLUE value IS 82 (32.42% from 255) = 37.27%
R=45%
G=17.73%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99398200.610.170.6131743.4827.06
Hex63275203D113D13d2b1b
Octal1434712207521754755333
Binary1100011100111101001001111011000111110110011110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632752; }

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

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

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

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

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

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

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

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