#63013F

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

Shades of Tyrian Purple #63013F

Tints of Tyrian Purple #63013F

Color information

#63013F (or 0x63013F) is unknown color: approx Tyrian Purple. HEX triplet: 63, 01 and 3F. RGB value is (99,1,63). Sum of RGB (Red+Green+Blue) = 99+1+63=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #63013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63013F is #9CFEC0. Grayscale: #252525. Windows color (decimal): -10288833 or 4129123. OLE color: 4129123.

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

Color convert

RGB99163-
CMYK00.990.360.61
HSL322.04º98%19.61%-
HSV(B)322.04º98.99%38.82%-
XYZ6.053.034.97-
YUV37.37142.47171.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60.74%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 63 (25% from 255) = 38.65%
R=60.74%
G=0.61%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9916300.990.360.61322.049819.61
Hex6313F063243D1426214
Octal1431770143447550214224
Binary1100011111111101100011100100111101101000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63013F; }

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

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

<style>
 a { background-color: #63013F; }

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

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

<style>
 span { border-color: #63013F; }

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

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