#63005C

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

Shades of Palatinate Purple #63005C

Tints of Palatinate Purple #63005C

Color information

#63005C (or 0x63005C) is unknown color: approx Palatinate Purple. HEX triplet: 63, 00 and 5C. RGB value is (99,0,92). Sum of RGB (Red+Green+Blue) = 99+0+92=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #63005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63005C is #9CFFA3. Grayscale: #272727. Windows color (decimal): -10289060 or 6029411. OLE color: 6029411.

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

Color convert

RGB99092-
CMYK010.070.61
HSL304.24º100%19.41%-
HSV(B)304.24º100%38.82%-
XYZ7.083.4310.41-
YUV40.09157.3170.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 92 (36.33% from 255) = 48.17%
R=51.83%
G=0%
B=48.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99092010.070.61304.2410019.41
Hex6305C06473D1306413
Octal1430134014477546014423
Binary11000110101110001100100111111101100110000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63005C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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