#63103A

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

Shades of Tyrian Purple #63103A

Tints of Tyrian Purple #63103A

Color information

#63103A (or 0x63103A) is unknown color: approx Tyrian Purple. HEX triplet: 63, 10 and 3A. RGB value is (99,16,58). Sum of RGB (Red+Green+Blue) = 99+16+58=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #63103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63103A is #9CEFC5. Grayscale: #2D2D2D. Windows color (decimal): -10284998 or 3805283. OLE color: 3805283.

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

Color convert

RGB991658-
CMYK00.840.410.61
HSL329.64º72.17%22.55%-
HSV(B)329.64º83.84%38.82%-
XYZ6.093.334.32-
YUV45.6135166.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.23%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=57.23%
G=9.25%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99165800.840.410.61329.6472.1722.55
Hex63103A054293D14a4817
Octal14320720124517551211027
Binary11000111000011101001010100101001111101101001010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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