#64072A

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

Shades of Tyrian Purple #64072A

Tints of Tyrian Purple #64072A

Color information

#64072A (or 0x64072A) is unknown color: approx Tyrian Purple. HEX triplet: 64, 07 and 2A. RGB value is (100,7,42). Sum of RGB (Red+Green+Blue) = 100+7+42=149 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.11% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 100 - color contains mainly: red. Hex color #64072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64072A is #9BF8D5. Grayscale: #262626. Windows color (decimal): -10221782 or 2754404. OLE color: 2754404.

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

Color convert

RGB100742-
CMYK00.930.580.61
HSL337.42º86.92%20.98%-
HSV(B)337.42º93%39.22%-
XYZ5.753.032.47-
YUV38.8129.81171.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 67.11%
GREEN value IS 7 (3.12% from 255) = 4.70%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=67.11%
G=4.70%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10074200.930.580.61337.4286.9220.98
Hex6472A05D3A3D1515715
Octal1447520135727552112725
Binary110010011110101001011101111010111101101010001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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