#63005B

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

Shades of Palatinate Purple #63005B

Tints of Palatinate Purple #63005B

Color information

#63005B (or 0x63005B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 00 and 5B. RGB value is (99,0,91). Sum of RGB (Red+Green+Blue) = 99+0+91=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #63005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63005B is #9CFFA4. Grayscale: #272727. Windows color (decimal): -10289061 or 5963875. OLE color: 5963875.

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

Color convert

RGB99091-
CMYK010.080.61
HSL304.85º100%19.41%-
HSV(B)304.85º100%38.82%-
XYZ7.033.4110.18-
YUV39.98156.8170.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 47.89%
R=52.11%
G=0%
B=47.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99091010.080.61304.8510019.41
Hex6305B06483D1316413
Octal14301330144107546114423
Binary110001101011011011001001000111101100110001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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