#632A56

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

Shades of Palatinate Purple #632A56

Tints of Palatinate Purple #632A56

Color information

#632A56 (or 0x632A56) is unknown color: approx Palatinate Purple. HEX triplet: 63, 2A and 56. RGB value is (99,42,86). Sum of RGB (Red+Green+Blue) = 99+42+86=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #632A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632A56 is #9CD5A9. Grayscale: #3F3F3F. Windows color (decimal): -10278314 or 5646947. OLE color: 5646947.

HSL color Cylindrical-coordinate representation of color #632A56: hue angle of 313.68º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #632A56 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB994286-
CMYK00.580.130.61
HSL313.68º40.43%27.65%-
HSV(B)313.68º57.58%38.82%-
XYZ7.654.989.36-
YUV64.06140.38152.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.61%
GREEN value IS 42 (16.80% from 255) = 18.50%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=43.61%
G=18.50%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99428600.580.130.61313.6840.4327.65
Hex632A5603AD3D13a281c
Octal1435212607215754725034
Binary110001110101010101100111010110111110110011101010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632A56; }

 p { color: rgb(99,42,86); }

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

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

 a { background-color: rgb(99,42,86); }

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

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

 span { border-color: rgb(99,42,86); }

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