#64014A

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

Shades of Tyrian Purple #64014A

Tints of Tyrian Purple #64014A

Color information

#64014A (or 0x64014A) is unknown color: approx Tyrian Purple. HEX triplet: 64, 01 and 4A. RGB value is (100,1,74). Sum of RGB (Red+Green+Blue) = 100+1+74=175 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.14% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 100 - color contains mainly: red. Hex color #64014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64014A is #9BFEB5. Grayscale: #262626. Windows color (decimal): -10223286 or 4850020. OLE color: 4850020.

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

Color convert

RGB100174-
CMYK00.990.260.61
HSL315.76º98.02%19.8%-
HSV(B)315.76º99%39.22%-
XYZ6.53.236.76-
YUV38.92147.8171.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.14%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 74 (29.30% from 255) = 42.29%
R=57.14%
G=0.57%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10017400.990.260.61315.7698.0219.8
Hex6414A0631A3D13c6214
Octal14411120143327547414224
Binary1100100110010100110001111010111101100111100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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