#64074E

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

Shades of Tyrian Purple #64074E

Tints of Tyrian Purple #64074E

Color information

#64074E (or 0x64074E) is unknown color: approx Tyrian Purple. HEX triplet: 64, 07 and 4E. RGB value is (100,7,78). Sum of RGB (Red+Green+Blue) = 100+7+78=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #64074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64074E is #9BF8B1. Grayscale: #2A2A2A. Windows color (decimal): -10221746 or 5113700. OLE color: 5113700.

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

Color convert

RGB100778-
CMYK00.930.220.61
HSL314.19º86.92%20.98%-
HSV(B)314.19º93%39.22%-
XYZ6.713.417.51-
YUV42.9147.81168.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.05%
GREEN value IS 7 (3.12% from 255) = 3.78%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=54.05%
G=3.78%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10077800.930.220.61314.1986.9220.98
Hex6474E05D163D13a5715
Octal14471160135267547212725
Binary110010011110011100101110110110111101100111010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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