#63074A

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

Shades of Tyrian Purple #63074A

Tints of Tyrian Purple #63074A

Color information

#63074A (or 0x63074A) is unknown color: approx Tyrian Purple. HEX triplet: 63, 07 and 4A. RGB value is (99,7,74). Sum of RGB (Red+Green+Blue) = 99+7+74=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #63074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63074A is #9CF8B5. Grayscale: #292929. Windows color (decimal): -10287286 or 4851555. OLE color: 4851555.

HSL color Cylindrical-coordinate representation of color #63074A: hue angle of 316.3º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #63074A is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB99774-
CMYK00.930.250.61
HSL316.3º86.79%20.78%-
HSV(B)316.3º92.93%38.82%-
XYZ6.463.36.77-
YUV42.15145.98168.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55%
GREEN value IS 7 (3.12% from 255) = 3.89%
BLUE value IS 74 (29.30% from 255) = 41.11%
R=55%
G=3.89%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9977400.930.250.61316.386.7920.78
Hex6374A05D193D13c5715
Octal14371120135317547412725
Binary110001111110010100101110111001111101100111100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63074A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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