#63295B

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

Shades of Palatinate Purple #63295B

Tints of Palatinate Purple #63295B

Color information

#63295B (or 0x63295B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 29 and 5B. RGB value is (99,41,91). Sum of RGB (Red+Green+Blue) = 99+41+91=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #63295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63295B is #9CD6A4. Grayscale: #3F3F3F. Windows color (decimal): -10278565 or 5974371. OLE color: 5974371.

HSL color Cylindrical-coordinate representation of color #63295B: hue angle of 308.28º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63295B is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB994191-
CMYK00.590.080.61
HSL308.28º41.43%27.45%-
HSV(B)308.28º58.59%38.82%-
XYZ7.834.9910.45-
YUV64.04143.22152.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.86%
GREEN value IS 41 (16.41% from 255) = 17.75%
BLUE value IS 91 (35.94% from 255) = 39.39%
R=42.86%
G=17.75%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99419100.590.080.61308.2841.4327.45
Hex63295B03B83D134291b
Octal1435113307310754645133
Binary110001110100110110110111011100011110110011010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63295B; }

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

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

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

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

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

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

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

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