#64104A

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

Shades of Tyrian Purple #64104A

Tints of Tyrian Purple #64104A

Color information

#64104A (or 0x64104A) is unknown color: approx Tyrian Purple. HEX triplet: 64, 10 and 4A. RGB value is (100,16,74). Sum of RGB (Red+Green+Blue) = 100+16+74=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #64104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64104A is #9BEFB5. Grayscale: #2F2F2F. Windows color (decimal): -10219446 or 4853860. OLE color: 4853860.

HSL color Cylindrical-coordinate representation of color #64104A: hue angle of 318.57º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64104A is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB1001674-
CMYK00.840.260.61
HSL318.57º72.41%22.75%-
HSV(B)318.57º84%39.22%-
XYZ6.683.576.82-
YUV47.73142.83165.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.63%
GREEN value IS 16 (6.64% from 255) = 8.42%
BLUE value IS 74 (29.30% from 255) = 38.95%
R=52.63%
G=8.42%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100167400.840.260.61318.5772.4122.75
Hex64104A0541A3D13f4817
Octal144201120124327547711027
Binary11001001000010010100101010011010111101100111111100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64104A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,16,74); }

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

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

 a { background-color: rgb(100,16,74); }

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

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

 span { border-color: rgb(100,16,74); }

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