#63285B

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

Shades of Palatinate Purple #63285B

Tints of Palatinate Purple #63285B

Color information

#63285B (or 0x63285B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 28 and 5B. RGB value is (99,40,91). Sum of RGB (Red+Green+Blue) = 99+40+91=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63285B is #9CD7A4. Grayscale: #3F3F3F. Windows color (decimal): -10278821 or 5974115. OLE color: 5974115.

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

Color convert

RGB994091-
CMYK00.600.080.61
HSL308.14º42.45%27.25%-
HSV(B)308.14º59.6%38.82%-
XYZ7.794.9310.44-
YUV63.46143.55153.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 91 (35.94% from 255) = 39.57%
R=43.04%
G=17.39%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99409100.600.080.61308.1442.4527.25
Hex63285B03C83D1342a1b
Octal1435013307410754645233
Binary110001110100010110110111100100011110110011010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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