#63345E

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

Shades of Palatinate Purple #63345E

Tints of Palatinate Purple #63345E

Color information

#63345E (or 0x63345E) is unknown color: approx Palatinate Purple. HEX triplet: 63, 34 and 5E. RGB value is (99,52,94). Sum of RGB (Red+Green+Blue) = 99+52+94=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #63345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63345E is #9CCBA1. Grayscale: #464646. Windows color (decimal): -10275746 or 6173795. OLE color: 6173795.

HSL color Cylindrical-coordinate representation of color #63345E: hue angle of 306.38º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63345E is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB995294-
CMYK00.470.050.61
HSL306.38º31.13%29.61%-
HSV(B)306.38º47.47%38.82%-
XYZ8.395.9211.29-
YUV70.84141.07148.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 94 (37.11% from 255) = 38.37%
R=40.41%
G=21.22%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99529400.470.050.61306.3831.1329.61
Hex63345E02F53D1321f1e
Octal143641360575754623736
Binary1100011110100101111001011111011111011001100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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