#63175F

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

Shades of Palatinate Purple #63175F

Tints of Palatinate Purple #63175F

Color information

#63175F (or 0x63175F) is unknown color: approx Palatinate Purple. HEX triplet: 63, 17 and 5F. RGB value is (99,23,95). Sum of RGB (Red+Green+Blue) = 99+23+95=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #63175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63175F is #9CE8A0. Grayscale: #353535. Windows color (decimal): -10283169 or 6231907. OLE color: 6231907.

HSL color Cylindrical-coordinate representation of color #63175F: hue angle of 303.16º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #63175F is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB992395-
CMYK00.770.040.61
HSL303.16º62.3%23.92%-
HSV(B)303.16º76.77%38.82%-
XYZ7.524.0911.22-
YUV53.93151.18160.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.62%
GREEN value IS 23 (9.38% from 255) = 10.60%
BLUE value IS 95 (37.5% from 255) = 43.78%
R=45.62%
G=10.60%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99239500.770.040.61303.1662.323.92
Hex63175F04D43D12f3e18
Octal1432713701154754577630
Binary11000111011110111110100110110011110110010111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63175F; }

 p { color: rgb(99,23,95); }

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

<style>
 a { background-color: #63175F; }

 a { background-color: rgb(99,23,95); }

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

<style>
 span { border-color: #63175F; }

 span { border-color: rgb(99,23,95); }

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