#64073A

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

Shades of Tyrian Purple #64073A

Tints of Tyrian Purple #64073A

Color information

#64073A (or 0x64073A) is unknown color: approx Tyrian Purple. HEX triplet: 64, 07 and 3A. RGB value is (100,7,58). Sum of RGB (Red+Green+Blue) = 100+7+58=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #64073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64073A is #9BF8C5. Grayscale: #282828. Windows color (decimal): -10221766 or 3802980. OLE color: 3802980.

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

Color convert

RGB100758-
CMYK00.930.420.61
HSL327.1º86.92%20.98%-
HSV(B)327.1º93%39.22%-
XYZ6.13.174.29-
YUV40.62137.81170.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 60.61%
GREEN value IS 7 (3.12% from 255) = 4.24%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=60.61%
G=4.24%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10075800.930.420.61327.186.9220.98
Hex6473A05D2A3D1475715
Octal1447720135527550712725
Binary110010011111101001011101101010111101101000111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64073A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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