#63415E

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

Shades of Palatinate Purple #63415E

Tints of Palatinate Purple #63415E

Color information

#63415E (or 0x63415E) is unknown color: approx Palatinate Purple. HEX triplet: 63, 41 and 5E. RGB value is (99,65,94). Sum of RGB (Red+Green+Blue) = 99+65+94=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 99 - color contains mainly: red. Hex color #63415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63415E is #9CBEA1. Grayscale: #4E4E4E. Windows color (decimal): -10272418 or 6177123. OLE color: 6177123.

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

Color convert

RGB996594-
CMYK00.340.050.61
HSL308.82º20.73%32.16%-
HSV(B)308.82º34.34%38.82%-
XYZ9.067.2411.51-
YUV78.47136.76142.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.37%
GREEN value IS 65 (25.78% from 255) = 25.19%
BLUE value IS 94 (37.11% from 255) = 36.43%
R=38.37%
G=25.19%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99659400.340.050.61308.8220.7332.16
Hex63415E02253D1351520
Octal1431011360425754652540
Binary110001110000011011110010001010111110110011010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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