#63275B

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

Shades of Palatinate Purple #63275B

Tints of Palatinate Purple #63275B

Color information

#63275B (or 0x63275B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 27 and 5B. RGB value is (99,39,91). Sum of RGB (Red+Green+Blue) = 99+39+91=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #63275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63275B is #9CD8A4. Grayscale: #3E3E3E. Windows color (decimal): -10279077 or 5973859. OLE color: 5973859.

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

Color convert

RGB993991-
CMYK00.610.080.61
HSL308º43.48%27.06%-
HSV(B)308º60.61%38.82%-
XYZ7.764.8610.43-
YUV62.87143.88153.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.23%
GREEN value IS 39 (15.62% from 255) = 17.03%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=43.23%
G=17.03%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99399100.610.080.6130843.4827.06
Hex63275B03D83D1342b1b
Octal1434713307510754645333
Binary110001110011110110110111101100011110110011010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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