#64054E

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

Shades of Tyrian Purple #64054E

Tints of Tyrian Purple #64054E

Color information

#64054E (or 0x64054E) is unknown color: approx Tyrian Purple. HEX triplet: 64, 05 and 4E. RGB value is (100,5,78). Sum of RGB (Red+Green+Blue) = 100+5+78=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #64054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64054E is #9BFAB1. Grayscale: #292929. Windows color (decimal): -10222258 or 5113188. OLE color: 5113188.

HSL color Cylindrical-coordinate representation of color #64054E: hue angle of 313.89º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64054E is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB100578-
CMYK00.950.220.61
HSL313.89º90.48%20.59%-
HSV(B)313.89º95%39.22%-
XYZ6.683.377.51-
YUV41.73148.47169.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.64%
GREEN value IS 5 (2.34% from 255) = 2.73%
BLUE value IS 78 (30.86% from 255) = 42.62%
R=54.64%
G=2.73%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10057800.950.220.61313.8990.4820.59
Hex6454E05F163D13a5a15
Octal14451160137267547213225
Binary110010010110011100101111110110111101100111010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,5,78); }

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

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

 a { background-color: rgb(100,5,78); }

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

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

 span { border-color: rgb(100,5,78); }

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