#632255

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

Shades of Palatinate Purple #632255

Tints of Palatinate Purple #632255

Color information

#632255 (or 0x632255) is unknown color: approx Palatinate Purple. HEX triplet: 63, 22 and 55. RGB value is (99,34,85). Sum of RGB (Red+Green+Blue) = 99+34+85=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #632255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632255 is #9CDDAA. Grayscale: #3B3B3B. Windows color (decimal): -10280363 or 5579363. OLE color: 5579363.

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

Color convert

RGB993485-
CMYK00.660.140.61
HSL312.92º48.87%26.08%-
HSV(B)312.92º65.66%38.82%-
XYZ7.364.459.07-
YUV59.25142.53156.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.41%
GREEN value IS 34 (13.67% from 255) = 15.60%
BLUE value IS 85 (33.59% from 255) = 38.99%
R=45.41%
G=15.60%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99348500.660.140.61312.9248.8726.08
Hex632255042E3D139311a
Octal14342125010216754716132
Binary1100011100010101010101000010111011110110011100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632255; }

 p { color: rgb(99,34,85); }

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

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

 a { background-color: rgb(99,34,85); }

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

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

 span { border-color: rgb(99,34,85); }

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