#63014D

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

Shades of Tyrian Purple #63014D

Tints of Tyrian Purple #63014D

Color information

#63014D (or 0x63014D) is unknown color: approx Tyrian Purple. HEX triplet: 63, 01 and 4D. RGB value is (99,1,77). Sum of RGB (Red+Green+Blue) = 99+1+77=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #63014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63014D is #9CFEB2. Grayscale: #262626. Windows color (decimal): -10288819 or 5046627. OLE color: 5046627.

HSL color Cylindrical-coordinate representation of color #63014D: hue angle of 313.47º 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 #63014D is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB99177-
CMYK00.990.220.61
HSL313.47º98%19.61%-
HSV(B)313.47º98.99%38.82%-
XYZ6.53.217.3-
YUV38.97149.47170.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.93%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 77 (30.47% from 255) = 43.50%
R=55.93%
G=0.56%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9917700.990.220.61313.479819.61
Hex6314D063163D1396214
Octal14311150143267547114224
Binary1100011110011010110001110110111101100111001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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