#63195D

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

Shades of Palatinate Purple #63195D

Tints of Palatinate Purple #63195D

Color information

#63195D (or 0x63195D) is unknown color: approx Palatinate Purple. HEX triplet: 63, 19 and 5D. RGB value is (99,25,93). Sum of RGB (Red+Green+Blue) = 99+25+93=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #63195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63195D is #9CE6A2. Grayscale: #363636. Windows color (decimal): -10282659 or 6101347. OLE color: 6101347.

HSL color Cylindrical-coordinate representation of color #63195D: hue angle of 304.86º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63195D is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB992593-
CMYK00.750.060.61
HSL304.86º59.68%24.31%-
HSV(B)304.86º74.75%38.82%-
XYZ7.474.1410.76-
YUV54.88149.52159.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.62%
GREEN value IS 25 (10.16% from 255) = 11.52%
BLUE value IS 93 (36.72% from 255) = 42.86%
R=45.62%
G=11.52%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99259300.750.060.61304.8659.6824.31
Hex63195D04B63D1313c18
Octal1433113501136754617430
Binary11000111100110111010100101111011110110011000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63195D; }

 p { color: rgb(99,25,93); }

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

<style>
 a { background-color: #63195D; }

 a { background-color: rgb(99,25,93); }

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

<style>
 span { border-color: #63195D; }

 span { border-color: rgb(99,25,93); }

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