#63104E

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

Shades of Tyrian Purple #63104E

Tints of Tyrian Purple #63104E

Color information

#63104E (or 0x63104E) is unknown color: approx Tyrian Purple. HEX triplet: 63, 10 and 4E. RGB value is (99,16,78). Sum of RGB (Red+Green+Blue) = 99+16+78=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63104E is #9CEFB1. Grayscale: #2F2F2F. Windows color (decimal): -10284978 or 5116003. OLE color: 5116003.

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

Color convert

RGB991678-
CMYK00.840.210.61
HSL315.18º72.17%22.55%-
HSV(B)315.18º83.84%38.82%-
XYZ6.713.577.54-
YUV47.88145164.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.30%
GREEN value IS 16 (6.64% from 255) = 8.29%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=51.30%
G=8.29%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99167800.840.210.61315.1872.1722.55
Hex63104E054153D13b4817
Octal143201160124257547311027
Binary11000111000010011100101010010101111101100111011100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63104E; }

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

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

<style>
 a { background-color: #63104E; }

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

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

<style>
 span { border-color: #63104E; }

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

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