#64064C

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

Shades of Tyrian Purple #64064C

Tints of Tyrian Purple #64064C

Color information

#64064C (or 0x64064C) is unknown color: approx Tyrian Purple. HEX triplet: 64, 06 and 4C. RGB value is (100,6,76). Sum of RGB (Red+Green+Blue) = 100+6+76=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #64064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64064C is #9BF9B3. Grayscale: #292929. Windows color (decimal): -10222004 or 4982372. OLE color: 4982372.

HSL color Cylindrical-coordinate representation of color #64064C: hue angle of 315.32º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64064C is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB100676-
CMYK00.940.240.61
HSL315.32º88.68%20.78%-
HSV(B)315.32º94%39.22%-
XYZ6.633.367.14-
YUV42.09147.14169.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.95%
GREEN value IS 6 (2.73% from 255) = 3.30%
BLUE value IS 76 (30.08% from 255) = 41.76%
R=54.95%
G=3.30%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10067600.940.240.61315.3288.6820.78
Hex6464C05E183D13b5915
Octal14461140136307547313125
Binary110010011010011000101111011000111101100111011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64064C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64064C; }

 p { color: rgb(100,6,76); }

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

<style>
 a { background-color: #64064C; }

 a { background-color: rgb(100,6,76); }

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

<style>
 span { border-color: #64064C; }

 span { border-color: rgb(100,6,76); }

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