#63405E

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

Shades of Palatinate Purple #63405E

Tints of Palatinate Purple #63405E

Color information

#63405E (or 0x63405E) is unknown color: approx Palatinate Purple. HEX triplet: 63, 40 and 5E. RGB value is (99,64,94). Sum of RGB (Red+Green+Blue) = 99+64+94=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 99 - color contains mainly: red. Hex color #63405E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63405E is #9CBFA1. Grayscale: #4D4D4D. Windows color (decimal): -10272674 or 6176867. OLE color: 6176867.

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

Color convert

RGB996494-
CMYK00.350.050.61
HSL308.57º21.47%31.96%-
HSV(B)308.57º35.35%38.82%-
XYZ97.1311.49-
YUV77.88137.1143.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.52%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 94 (37.11% from 255) = 36.58%
R=38.52%
G=24.90%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99649400.350.050.61308.5721.4731.96
Hex63405E02353D1351520
Octal1431001360435754652540
Binary110001110000001011110010001110111110110011010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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