#63175E

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

Shades of Palatinate Purple #63175E

Tints of Palatinate Purple #63175E

Color information

#63175E (or 0x63175E) is unknown color: approx Palatinate Purple. HEX triplet: 63, 17 and 5E. RGB value is (99,23,94). Sum of RGB (Red+Green+Blue) = 99+23+94=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #63175E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63175E is #9CE8A1. Grayscale: #353535. Windows color (decimal): -10283170 or 6166371. OLE color: 6166371.

HSL color Cylindrical-coordinate representation of color #63175E: hue angle of 303.95º 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 #63175E is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB992394-
CMYK00.770.050.61
HSL303.95º62.3%23.92%-
HSV(B)303.95º76.77%38.82%-
XYZ7.474.0710.98-
YUV53.82150.68160.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.83%
GREEN value IS 23 (9.38% from 255) = 10.65%
BLUE value IS 94 (37.11% from 255) = 43.52%
R=45.83%
G=10.65%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99239400.770.050.61303.9562.323.92
Hex63175E04D53D1303e18
Octal1432713601155754607630
Binary11000111011110111100100110110111110110011000011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63175E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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