#64013A

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

Shades of Tyrian Purple #64013A

Tints of Tyrian Purple #64013A

Color information

#64013A (or 0x64013A) is unknown color: approx Tyrian Purple. HEX triplet: 64, 01 and 3A. RGB value is (100,1,58). Sum of RGB (Red+Green+Blue) = 100+1+58=159 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.89% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 100 - color contains mainly: red. Hex color #64013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64013A is #9BFEC5. Grayscale: #242424. Windows color (decimal): -10223302 or 3801444. OLE color: 3801444.

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

Color convert

RGB100158-
CMYK00.990.420.61
HSL325.45º98.02%19.8%-
HSV(B)325.45º99%39.22%-
XYZ6.033.044.27-
YUV37.1139.8172.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 62.89%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 58 (23.05% from 255) = 36.48%
R=62.89%
G=0.63%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10015800.990.420.61325.4598.0219.8
Hex6413A0632A3D1456214
Octal1441720143527550514224
Binary1100100111101001100011101010111101101000101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,1,58); }

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

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

 a { background-color: rgb(100,1,58); }

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

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

 span { border-color: rgb(100,1,58); }

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