#63105B

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

Shades of Palatinate Purple #63105B

Tints of Palatinate Purple #63105B

Color information

#63105B (or 0x63105B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 10 and 5B. RGB value is (99,16,91). Sum of RGB (Red+Green+Blue) = 99+16+91=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #63105B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63105B is #9CEFA4. Grayscale: #313131. Windows color (decimal): -10284965 or 5967971. OLE color: 5967971.

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

Color convert

RGB991691-
CMYK00.840.080.61
HSL305.78º72.17%22.55%-
HSV(B)305.78º83.84%38.82%-
XYZ7.223.7810.25-
YUV49.37151.5163.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 16 (6.64% from 255) = 7.77%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=48.06%
G=7.77%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99169100.840.080.61305.7872.1722.55
Hex63105B05483D1324817
Octal143201330124107546211027
Binary1100011100001011011010101001000111101100110010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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