#63365E

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

Shades of Palatinate Purple #63365E

Tints of Palatinate Purple #63365E

Color information

#63365E (or 0x63365E) is unknown color: approx Palatinate Purple. HEX triplet: 63, 36 and 5E. RGB value is (99,54,94). Sum of RGB (Red+Green+Blue) = 99+54+94=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #63365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63365E is #9CC9A1. Grayscale: #474747. Windows color (decimal): -10275234 or 6174307. OLE color: 6174307.

HSL color Cylindrical-coordinate representation of color #63365E: hue angle of 306.67º 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 #63365E is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB995494-
CMYK00.450.050.61
HSL306.67º29.41%30%-
HSV(B)306.67º45.45%38.82%-
XYZ8.496.111.32-
YUV72.01140.41147.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.08%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 94 (37.11% from 255) = 38.06%
R=40.08%
G=21.86%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99549400.450.050.61306.6729.4130
Hex63365E02D53D1331d1e
Octal143661360555754633536
Binary1100011110110101111001011011011111011001100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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