#63175B

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

Shades of Palatinate Purple #63175B

Tints of Palatinate Purple #63175B

Color information

#63175B (or 0x63175B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 17 and 5B. RGB value is (99,23,91). Sum of RGB (Red+Green+Blue) = 99+23+91=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #63175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63175B is #9CE8A4. Grayscale: #353535. Windows color (decimal): -10283173 or 5969763. OLE color: 5969763.

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

Color convert

RGB992391-
CMYK00.770.080.61
HSL306.32º62.3%23.92%-
HSV(B)306.32º76.77%38.82%-
XYZ7.344.0210.29-
YUV53.48149.18160.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.48%
GREEN value IS 23 (9.38% from 255) = 10.80%
BLUE value IS 91 (35.94% from 255) = 42.72%
R=46.48%
G=10.80%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99239100.770.080.61306.3262.323.92
Hex63175B04D83D1323e18
Octal14327133011510754627630
Binary110001110111101101101001101100011110110011001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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