#632355

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

Shades of Palatinate Purple #632355

Tints of Palatinate Purple #632355

Color information

#632355 (or 0x632355) is unknown color: approx Palatinate Purple. HEX triplet: 63, 23 and 55. RGB value is (99,35,85). Sum of RGB (Red+Green+Blue) = 99+35+85=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #632355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632355 is #9CDCAA. Grayscale: #3B3B3B. Windows color (decimal): -10280107 or 5579619. OLE color: 5579619.

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

Color convert

RGB993585-
CMYK00.650.140.61
HSL313.12º47.76%26.27%-
HSV(B)313.12º64.65%38.82%-
XYZ7.394.519.08-
YUV59.84142.2155.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.21%
GREEN value IS 35 (14.06% from 255) = 15.98%
BLUE value IS 85 (33.59% from 255) = 38.81%
R=45.21%
G=15.98%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99358500.650.140.61313.1247.7626.27
Hex632355041E3D139301a
Octal14343125010116754716032
Binary1100011100011101010101000001111011110110011100111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632355; }

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

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

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

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

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

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

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

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