#63155F

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

Shades of Palatinate Purple #63155F

Tints of Palatinate Purple #63155F

Color information

#63155F (or 0x63155F) is unknown color: approx Palatinate Purple. HEX triplet: 63, 15 and 5F. RGB value is (99,21,95). Sum of RGB (Red+Green+Blue) = 99+21+95=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #63155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63155F is #9CEAA0. Grayscale: #343434. Windows color (decimal): -10283681 or 6231395. OLE color: 6231395.

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

Color convert

RGB992195-
CMYK00.790.040.61
HSL303.08º65%23.53%-
HSV(B)303.08º78.79%38.82%-
XYZ7.484.0211.21-
YUV52.76151.84160.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.05%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 95 (37.5% from 255) = 44.19%
R=46.05%
G=9.77%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99219500.790.040.61303.086523.53
Hex63155F04F43D12f4118
Octal14325137011747545710130
Binary110001110101101111101001111100111101100101111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63155F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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