#64034D

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

Shades of Tyrian Purple #64034D

Tints of Tyrian Purple #64034D

Color information

#64034D (or 0x64034D) is unknown color: approx Tyrian Purple. HEX triplet: 64, 03 and 4D. RGB value is (100,3,77). Sum of RGB (Red+Green+Blue) = 100+3+77=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #64034D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64034D is #9BFCB2. Grayscale: #282828. Windows color (decimal): -10222771 or 5047140. OLE color: 5047140.

HSL color Cylindrical-coordinate representation of color #64034D: hue angle of 314.23º 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 #64034D is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB100377-
CMYK00.970.230.61
HSL314.23º94.17%20.2%-
HSV(B)314.23º97%39.22%-
XYZ6.633.317.31-
YUV40.44148.64170.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 55.56%
GREEN value IS 3 (1.56% from 255) = 1.67%
BLUE value IS 77 (30.47% from 255) = 42.78%
R=55.56%
G=1.67%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10037700.970.230.61314.2394.1720.2
Hex6434D061173D13a5e14
Octal14431150141277547213624
Binary11001001110011010110000110111111101100111010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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