#63103C

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

Shades of Tyrian Purple #63103C

Tints of Tyrian Purple #63103C

Color information

#63103C (or 0x63103C) is unknown color: approx Tyrian Purple. HEX triplet: 63, 10 and 3C. RGB value is (99,16,60). Sum of RGB (Red+Green+Blue) = 99+16+60=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #63103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63103C is #9CEFC3. Grayscale: #2D2D2D. Windows color (decimal): -10284996 or 3936355. OLE color: 3936355.

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

Color convert

RGB991660-
CMYK00.840.390.61
HSL328.19º72.17%22.55%-
HSV(B)328.19º83.84%38.82%-
XYZ6.153.354.6-
YUV45.83136165.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.57%
GREEN value IS 16 (6.64% from 255) = 9.14%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=56.57%
G=9.14%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99166000.840.390.61328.1972.1722.55
Hex63103C054273D1484817
Octal14320740124477551011027
Binary11000111000011110001010100100111111101101001000100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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