#633352

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

Shades of Palatinate Purple #633352

Tints of Palatinate Purple #633352

Color information

#633352 (or 0x633352) is unknown color: approx Palatinate Purple. HEX triplet: 63, 33 and 52. RGB value is (99,51,82). Sum of RGB (Red+Green+Blue) = 99+51+82=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #633352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633352 is #9CCCAD. Grayscale: #444444. Windows color (decimal): -10276014 or 5387107. OLE color: 5387107.

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

Color convert

RGB995182-
CMYK00.480.170.61
HSL321.25º32%29.41%-
HSV(B)321.25º48.48%38.82%-
XYZ7.855.638.66-
YUV68.89135.4149.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.67%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=42.67%
G=21.98%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99518200.480.170.61321.253229.41
Hex633352030113D141201d
Octal1436312206021755014035
Binary1100011110011101001001100001000111110110100000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633352; }

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

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

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

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

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

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

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

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