#63005A

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

Shades of Palatinate Purple #63005A

Tints of Palatinate Purple #63005A

Color information

#63005A (or 0x63005A) is unknown color: approx Palatinate Purple. HEX triplet: 63, 00 and 5A. RGB value is (99,0,90). Sum of RGB (Red+Green+Blue) = 99+0+90=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #63005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63005A is #9CFFA5. Grayscale: #272727. Windows color (decimal): -10289062 or 5898339. OLE color: 5898339.

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

Color convert

RGB99090-
CMYK010.090.61
HSL305.45º100%19.41%-
HSV(B)305.45º100%38.82%-
XYZ6.993.399.96-
YUV39.86156.3170.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 47.62%
R=52.38%
G=0%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99090010.090.61305.4510019.41
Hex6305A06493D1316413
Octal14301320144117546114423
Binary110001101011010011001001001111101100110001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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