#63014A

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

Shades of Tyrian Purple #63014A

Tints of Tyrian Purple #63014A

Color information

#63014A (or 0x63014A) is unknown color: approx Tyrian Purple. HEX triplet: 63, 01 and 4A. RGB value is (99,1,74). Sum of RGB (Red+Green+Blue) = 99+1+74=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #63014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63014A is #9CFEB5. Grayscale: #262626. Windows color (decimal): -10288822 or 4850019. OLE color: 4850019.

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

Color convert

RGB99174-
CMYK00.990.250.61
HSL315.31º98%19.61%-
HSV(B)315.31º98.99%38.82%-
XYZ6.393.176.75-
YUV38.62147.97171.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.90%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 74 (29.30% from 255) = 42.53%
R=56.90%
G=0.57%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9917400.990.250.61315.319819.61
Hex6314A063193D13b6214
Octal14311120143317547314224
Binary1100011110010100110001111001111101100111011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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