#632558

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

Shades of Palatinate Purple #632558

Tints of Palatinate Purple #632558

Color information

#632558 (or 0x632558) is unknown color: approx Palatinate Purple. HEX triplet: 63, 25 and 58. RGB value is (99,37,88). Sum of RGB (Red+Green+Blue) = 99+37+88=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #632558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632558 is #9CDAA7. Grayscale: #3D3D3D. Windows color (decimal): -10279592 or 5776739. OLE color: 5776739.

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

Color convert

RGB993788-
CMYK00.630.110.61
HSL310.65º45.59%26.67%-
HSV(B)310.65º62.63%38.82%-
XYZ7.574.689.74-
YUV61.35143.04154.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.20%
GREEN value IS 37 (14.84% from 255) = 16.52%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=44.20%
G=16.52%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99378800.630.110.61310.6545.5926.67
Hex63255803FB3D1372e1b
Octal1434513007713754675633
Binary110001110010110110000111111101111110110011011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632558; }

 p { color: rgb(99,37,88); }

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

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

 a { background-color: rgb(99,37,88); }

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

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

 span { border-color: rgb(99,37,88); }

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