#63013E

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

Shades of Tyrian Purple #63013E

Tints of Tyrian Purple #63013E

Color information

#63013E (or 0x63013E) is unknown color: approx Tyrian Purple. HEX triplet: 63, 01 and 3E. RGB value is (99,1,62). Sum of RGB (Red+Green+Blue) = 99+1+62=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #63013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63013E is #9CFEC1. Grayscale: #252525. Windows color (decimal): -10288834 or 4063587. OLE color: 4063587.

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

Color convert

RGB99162-
CMYK00.990.370.61
HSL322.65º98%19.61%-
HSV(B)322.65º98.99%38.82%-
XYZ6.033.024.82-
YUV37.26141.97172.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.11%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 62 (24.61% from 255) = 38.27%
R=61.11%
G=0.62%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9916200.990.370.61322.659819.61
Hex6313E063253D1436214
Octal1431760143457550314224
Binary1100011111111001100011100101111101101000011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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