#63104A

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

Shades of Tyrian Purple #63104A

Tints of Tyrian Purple #63104A

Color information

#63104A (or 0x63104A) is unknown color: approx Tyrian Purple. HEX triplet: 63, 10 and 4A. RGB value is (99,16,74). Sum of RGB (Red+Green+Blue) = 99+16+74=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #63104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63104A is #9CEFB5. Grayscale: #2F2F2F. Windows color (decimal): -10284982 or 4853859. OLE color: 4853859.

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

Color convert

RGB991674-
CMYK00.840.250.61
HSL318.07º72.17%22.55%-
HSV(B)318.07º83.84%38.82%-
XYZ6.573.526.81-
YUV47.43143164.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.38%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 74 (29.30% from 255) = 39.15%
R=52.38%
G=8.47%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99167400.840.250.61318.0772.1722.55
Hex63104A054193D13e4817
Octal143201120124317547611027
Binary11000111000010010100101010011001111101100111110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63104A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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