#632A5B

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

Shades of Palatinate Purple #632A5B

Tints of Palatinate Purple #632A5B

Color information

#632A5B (or 0x632A5B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 2A and 5B. RGB value is (99,42,91). Sum of RGB (Red+Green+Blue) = 99+42+91=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #632A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632A5B is #9CD5A4. Grayscale: #404040. Windows color (decimal): -10278309 or 5974627. OLE color: 5974627.

HSL color Cylindrical-coordinate representation of color #632A5B: hue angle of 308.42º 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 #632A5B is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB994291-
CMYK00.580.080.61
HSL308.42º40.43%27.65%-
HSV(B)308.42º57.58%38.82%-
XYZ7.865.0610.46-
YUV64.63142.88152.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.67%
GREEN value IS 42 (16.80% from 255) = 18.10%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=42.67%
G=18.10%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99429100.580.080.61308.4240.4327.65
Hex632A5B03A83D134281c
Octal1435213307210754645034
Binary110001110101010110110111010100011110110011010010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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