#64034A

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

Shades of Tyrian Purple #64034A

Tints of Tyrian Purple #64034A

Color information

#64034A (or 0x64034A) is unknown color: approx Tyrian Purple. HEX triplet: 64, 03 and 4A. RGB value is (100,3,74). Sum of RGB (Red+Green+Blue) = 100+3+74=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #64034A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64034A is #9BFCB5. Grayscale: #272727. Windows color (decimal): -10222774 or 4850532. OLE color: 4850532.

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

Color convert

RGB100374-
CMYK00.970.260.61
HSL316.08º94.17%20.2%-
HSV(B)316.08º97%39.22%-
XYZ6.523.276.77-
YUV40.1147.14170.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 56.50%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 74 (29.30% from 255) = 41.81%
R=56.50%
G=1.69%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10037400.970.260.61316.0894.1720.2
Hex6434A0611A3D13c5e14
Octal14431120141327547413624
Binary11001001110010100110000111010111101100111100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64034A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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