#63114C

Color #63114C Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #63114C

Tints of Tyrian Purple #63114C

Color information

#63114C (or 0x63114C) is unknown color: approx Tyrian Purple. HEX triplet: 63, 11 and 4C. RGB value is (99,17,76). Sum of RGB (Red+Green+Blue) = 99+17+76=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #63114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63114C is #9CEEB3. Grayscale: #303030. Windows color (decimal): -10284724 or 4985187. OLE color: 4985187.

HSL color Cylindrical-coordinate representation of color #63114C: hue angle of 316.83º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #63114C is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB991776-
CMYK00.830.230.61
HSL316.83º70.69%22.75%-
HSV(B)316.83º82.83%38.82%-
XYZ6.653.587.18-
YUV48.24143.67164.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.56%
GREEN value IS 17 (7.03% from 255) = 8.85%
BLUE value IS 76 (30.08% from 255) = 39.58%
R=51.56%
G=8.85%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99177600.830.230.61316.8370.6922.75
Hex63114C053173D13d4717
Octal143211140123277547510727
Binary11000111000110011000101001110111111101100111101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63114C; }

 p { color: rgb(99,17,76); }

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

<style>
 a { background-color: #63114C; }

 a { background-color: rgb(99,17,76); }

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

<style>
 span { border-color: #63114C; }

 span { border-color: rgb(99,17,76); }

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