#63275A

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

Shades of Palatinate Purple #63275A

Tints of Palatinate Purple #63275A

Color information

#63275A (or 0x63275A) is unknown color: approx Palatinate Purple. HEX triplet: 63, 27 and 5A. RGB value is (99,39,90). Sum of RGB (Red+Green+Blue) = 99+39+90=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #63275A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63275A is #9CD8A5. Grayscale: #3E3E3E. Windows color (decimal): -10279078 or 5908323. OLE color: 5908323.

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

Color convert

RGB993990-
CMYK00.610.090.61
HSL309º43.48%27.06%-
HSV(B)309º60.61%38.82%-
XYZ7.724.8410.2-
YUV62.75143.38153.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 39 (15.62% from 255) = 17.11%
BLUE value IS 90 (35.55% from 255) = 39.47%
R=43.42%
G=17.11%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99399000.610.090.6130943.4827.06
Hex63275A03D93D1352b1b
Octal1434713207511754655333
Binary110001110011110110100111101100111110110011010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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