#63005D

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

Shades of Palatinate Purple #63005D

Tints of Palatinate Purple #63005D

Color information

#63005D (or 0x63005D) is unknown color: approx Palatinate Purple. HEX triplet: 63, 00 and 5D. RGB value is (99,0,93). Sum of RGB (Red+Green+Blue) = 99+0+93=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #63005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63005D is #9CFFA2. Grayscale: #272727. Windows color (decimal): -10289059 or 6094947. OLE color: 6094947.

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

Color convert

RGB99093-
CMYK010.060.61
HSL303.64º100%19.41%-
HSV(B)303.64º100%38.82%-
XYZ7.123.4410.65-
YUV40.2157.8169.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 48.44%
R=51.56%
G=0%
B=48.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99093010.060.61303.6410019.41
Hex6305D06463D1306413
Octal1430135014467546014423
Binary11000110101110101100100110111101100110000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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