#63225E

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

Shades of Palatinate Purple #63225E

Tints of Palatinate Purple #63225E

Color information

#63225E (or 0x63225E) is unknown color: approx Palatinate Purple. HEX triplet: 63, 22 and 5E. RGB value is (99,34,94). Sum of RGB (Red+Green+Blue) = 99+34+94=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #63225E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63225E is #9CDDA1. Grayscale: #3C3C3C. Windows color (decimal): -10280354 or 6169187. OLE color: 6169187.

HSL color Cylindrical-coordinate representation of color #63225E: hue angle of 304.62º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63225E is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB993494-
CMYK00.660.050.61
HSL304.62º48.87%26.08%-
HSV(B)304.62º65.66%38.82%-
XYZ7.744.611.07-
YUV60.28147.03155.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.61%
GREEN value IS 34 (13.67% from 255) = 14.98%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=43.61%
G=14.98%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99349400.660.050.61304.6248.8726.08
Hex63225E04253D131311a
Octal1434213601025754616132
Binary110001110001010111100100001010111110110011000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63225E; }

 p { color: rgb(99,34,94); }

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

<style>
 a { background-color: #63225E; }

 a { background-color: rgb(99,34,94); }

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

<style>
 span { border-color: #63225E; }

 span { border-color: rgb(99,34,94); }

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