#63113A

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

Shades of Tyrian Purple #63113A

Tints of Tyrian Purple #63113A

Color information

#63113A (or 0x63113A) is unknown color: approx Tyrian Purple. HEX triplet: 63, 11 and 3A. RGB value is (99,17,58). Sum of RGB (Red+Green+Blue) = 99+17+58=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #63113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63113A is #9CEEC5. Grayscale: #2E2E2E. Windows color (decimal): -10284742 or 3805539. OLE color: 3805539.

HSL color Cylindrical-coordinate representation of color #63113A: hue angle of 330º 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 #63113A is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB991758-
CMYK00.830.410.61
HSL330º70.69%22.75%-
HSV(B)330º82.83%38.82%-
XYZ6.113.364.33-
YUV46.19134.67165.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.90%
GREEN value IS 17 (7.03% from 255) = 9.77%
BLUE value IS 58 (23.05% from 255) = 33.33%
R=56.90%
G=9.77%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99175800.830.410.6133070.6922.75
Hex63113A053293D14a4717
Octal14321720123517551210727
Binary11000111000111101001010011101001111101101001010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63113A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63113A; }

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

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

<style>
 a { background-color: #63113A; }

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

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

<style>
 span { border-color: #63113A; }

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

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