#64072B

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

Shades of Tyrian Purple #64072B

Tints of Tyrian Purple #64072B

Color information

#64072B (or 0x64072B) is unknown color: approx Tyrian Purple. HEX triplet: 64, 07 and 2B. RGB value is (100,7,43). Sum of RGB (Red+Green+Blue) = 100+7+43=150 (19% of max value = 765). Red value is 100 (39.45% from 255 or 66.67% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 100 - color contains mainly: red. Hex color #64072B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64072B is #9BF8D4. Grayscale: #262626. Windows color (decimal): -10221781 or 2819940. OLE color: 2819940.

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

Color convert

RGB100743-
CMYK00.930.570.61
HSL336.77º86.92%20.98%-
HSV(B)336.77º93%39.22%-
XYZ5.773.042.57-
YUV38.91130.31171.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 66.67%
GREEN value IS 7 (3.12% from 255) = 4.67%
BLUE value IS 43 (17.19% from 255) = 28.67%
R=66.67%
G=4.67%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10074300.930.570.61336.7786.9220.98
Hex6472B05D393D1515715
Octal1447530135717552112725
Binary110010011110101101011101111001111101101010001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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