#64084E

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

Shades of Tyrian Purple #64084E

Tints of Tyrian Purple #64084E

Color information

#64084E (or 0x64084E) is unknown color: approx Tyrian Purple. HEX triplet: 64, 08 and 4E. RGB value is (100,8,78). Sum of RGB (Red+Green+Blue) = 100+8+78=186 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.76% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 100 - color contains mainly: red. Hex color #64084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64084E is #9BF7B1. Grayscale: #2B2B2B. Windows color (decimal): -10221490 or 5113956. OLE color: 5113956.

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

Color convert

RGB100878-
CMYK00.920.220.61
HSL314.35º85.19%21.18%-
HSV(B)314.35º92%39.22%-
XYZ6.723.437.52-
YUV43.49147.48168.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.76%
GREEN value IS 8 (3.52% from 255) = 4.30%
BLUE value IS 78 (30.86% from 255) = 41.94%
R=53.76%
G=4.30%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10087800.920.220.61314.3585.1921.18
Hex6484E05C163D13a5515
Octal144101160134267547212525
Binary1100100100010011100101110010110111101100111010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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