#64074B

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

Shades of Tyrian Purple #64074B

Tints of Tyrian Purple #64074B

Color information

#64074B (or 0x64074B) is unknown color: approx Tyrian Purple. HEX triplet: 64, 07 and 4B. RGB value is (100,7,75). Sum of RGB (Red+Green+Blue) = 100+7+75=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #64074B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64074B is #9BF8B4. Grayscale: #2A2A2A. Windows color (decimal): -10221749 or 4917092. OLE color: 4917092.

HSL color Cylindrical-coordinate representation of color #64074B: hue angle of 316.13º 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 #64074B is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB100775-
CMYK00.930.250.61
HSL316.13º86.92%20.98%-
HSV(B)316.13º93%39.22%-
XYZ6.63.376.96-
YUV42.56146.31168.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.95%
GREEN value IS 7 (3.12% from 255) = 3.85%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=54.95%
G=3.85%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10077500.930.250.61316.1386.9220.98
Hex6474B05D193D13c5715
Octal14471130135317547412725
Binary110010011110010110101110111001111101100111100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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