#63265B

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

Shades of Palatinate Purple #63265B

Tints of Palatinate Purple #63265B

Color information

#63265B (or 0x63265B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 26 and 5B. RGB value is (99,38,91). Sum of RGB (Red+Green+Blue) = 99+38+91=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #63265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63265B is #9CD9A4. Grayscale: #3E3E3E. Windows color (decimal): -10279333 or 5973603. OLE color: 5973603.

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

Color convert

RGB993891-
CMYK00.620.080.61
HSL307.87º44.53%26.86%-
HSV(B)307.87º61.62%38.82%-
XYZ7.734.7910.42-
YUV62.28144.21154.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=43.42%
G=16.67%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99389100.620.080.61307.8744.5326.86
Hex63265B03E83D1342d1b
Octal1434613307610754645533
Binary110001110011010110110111110100011110110011010010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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