#63045C

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

Shades of Palatinate Purple #63045C

Tints of Palatinate Purple #63045C

Color information

#63045C (or 0x63045C) is unknown color: approx Palatinate Purple. HEX triplet: 63, 04 and 5C. RGB value is (99,4,92). Sum of RGB (Red+Green+Blue) = 99+4+92=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63045C is #9CFBA3. Grayscale: #2A2A2A. Windows color (decimal): -10288036 or 6030435. OLE color: 6030435.

HSL color Cylindrical-coordinate representation of color #63045C: hue angle of 304.42º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63045C is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB99492-
CMYK00.960.070.61
HSL304.42º92.23%20.2%-
HSV(B)304.42º95.96%38.82%-
XYZ7.123.5110.43-
YUV42.44155.97168.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.77%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 92 (36.33% from 255) = 47.18%
R=50.77%
G=2.05%
B=47.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9949200.960.070.61304.4292.2320.2
Hex6345C06073D1305c14
Octal1434134014077546013424
Binary1100011100101110001100000111111101100110000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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