#633252

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

Shades of Palatinate Purple #633252

Tints of Palatinate Purple #633252

Color information

#633252 (or 0x633252) is unknown color: approx Palatinate Purple. HEX triplet: 63, 32 and 52. RGB value is (99,50,82). Sum of RGB (Red+Green+Blue) = 99+50+82=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #633252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633252 is #9CCDAD. Grayscale: #444444. Windows color (decimal): -10276270 or 5386851. OLE color: 5386851.

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

Color convert

RGB995082-
CMYK00.490.170.61
HSL320.82º32.89%29.22%-
HSV(B)320.82º49.49%38.82%-
XYZ7.815.548.64-
YUV68.3135.73149.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.86%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 82 (32.42% from 255) = 35.50%
R=42.86%
G=21.65%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99508200.490.170.61320.8232.8929.22
Hex633252031113D141211d
Octal1436212206121755014135
Binary1100011110010101001001100011000111110110100000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633252; }

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

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

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

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

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

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

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

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