#63365C

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

Shades of Palatinate Purple #63365C

Tints of Palatinate Purple #63365C

Color information

#63365C (or 0x63365C) is unknown color: approx Palatinate Purple. HEX triplet: 63, 36 and 5C. RGB value is (99,54,92). Sum of RGB (Red+Green+Blue) = 99+54+92=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #63365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63365C is #9CC9A3. Grayscale: #474747. Windows color (decimal): -10275236 or 6043235. OLE color: 6043235.

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

Color convert

RGB995492-
CMYK00.450.070.61
HSL309.33º29.41%30%-
HSV(B)309.33º45.45%38.82%-
XYZ8.46.0610.85-
YUV71.79139.41147.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=40.41%
G=22.04%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99549200.450.070.61309.3329.4130
Hex63365C02D73D1351d1e
Octal143661340557754653536
Binary1100011110110101110001011011111111011001101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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