#64024A

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

Shades of Tyrian Purple #64024A

Tints of Tyrian Purple #64024A

Color information

#64024A (or 0x64024A) is unknown color: approx Tyrian Purple. HEX triplet: 64, 02 and 4A. RGB value is (100,2,74). Sum of RGB (Red+Green+Blue) = 100+2+74=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #64024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64024A is #9BFDB5. Grayscale: #272727. Windows color (decimal): -10223030 or 4850276. OLE color: 4850276.

HSL color Cylindrical-coordinate representation of color #64024A: hue angle of 315.92º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64024A is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB100274-
CMYK00.980.260.61
HSL315.92º96.08%20%-
HSV(B)315.92º98%39.22%-
XYZ6.513.256.76-
YUV39.51147.47171.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 56.82%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 74 (29.30% from 255) = 42.05%
R=56.82%
G=1.14%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10027400.980.260.61315.9296.0820
Hex6424A0621A3D13c6014
Octal14421120142327547414024
Binary11001001010010100110001011010111101100111100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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