#63105F

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

Shades of Palatinate Purple #63105F

Tints of Palatinate Purple #63105F

Color information

#63105F (or 0x63105F) is unknown color: approx Palatinate Purple. HEX triplet: 63, 10 and 5F. RGB value is (99,16,95). Sum of RGB (Red+Green+Blue) = 99+16+95=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63105F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63105F is #9CEFA0. Grayscale: #313131. Windows color (decimal): -10284961 or 6230115. OLE color: 6230115.

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

Color convert

RGB991695-
CMYK00.840.040.61
HSL302.89º72.17%22.55%-
HSV(B)302.89º83.84%38.82%-
XYZ7.43.8511.18-
YUV49.82153.5163.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.14%
GREEN value IS 16 (6.64% from 255) = 7.62%
BLUE value IS 95 (37.5% from 255) = 45.24%
R=47.14%
G=7.62%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99169500.840.040.61302.8972.1722.55
Hex63105F05443D12f4817
Octal14320137012447545711027
Binary110001110000101111101010100100111101100101111100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63105F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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