#63265A

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

Shades of Palatinate Purple #63265A

Tints of Palatinate Purple #63265A

Color information

#63265A (or 0x63265A) is unknown color: approx Palatinate Purple. HEX triplet: 63, 26 and 5A. RGB value is (99,38,90). Sum of RGB (Red+Green+Blue) = 99+38+90=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #63265A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63265A is #9CD9A5. Grayscale: #3E3E3E. Windows color (decimal): -10279334 or 5908067. OLE color: 5908067.

HSL color Cylindrical-coordinate representation of color #63265A: hue angle of 308.85º 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 #63265A is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB993890-
CMYK00.620.090.61
HSL308.85º44.53%26.86%-
HSV(B)308.85º61.62%38.82%-
XYZ7.684.7810.19-
YUV62.17143.71154.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.61%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=43.61%
G=16.74%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99389000.620.090.61308.8544.5326.86
Hex63265A03E93D1352d1b
Octal1434613207611754655533
Binary110001110011010110100111110100111110110011010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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