#64043F

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

Shades of Tyrian Purple #64043F

Tints of Tyrian Purple #64043F

Color information

#64043F (or 0x64043F) is unknown color: approx Tyrian Purple. HEX triplet: 64, 04 and 3F. RGB value is (100,4,63). Sum of RGB (Red+Green+Blue) = 100+4+63=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #64043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64043F is #9BFBC0. Grayscale: #272727. Windows color (decimal): -10222529 or 4129892. OLE color: 4129892.

HSL color Cylindrical-coordinate representation of color #64043F: hue angle of 323.12º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64043F is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB100463-
CMYK00.960.370.61
HSL323.12º92.31%20.39%-
HSV(B)323.12º96%39.22%-
XYZ6.23.164.99-
YUV39.43141.3171.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 59.88%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 63 (25% from 255) = 37.72%
R=59.88%
G=2.40%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10046300.960.370.61323.1292.3120.39
Hex6443F060253D1435c14
Octal1444770140457550313424
Binary110010010011111101100000100101111101101000011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64043F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64043F; }

 p { color: rgb(100,4,63); }

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

<style>
 a { background-color: #64043F; }

 a { background-color: rgb(100,4,63); }

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

<style>
 span { border-color: #64043F; }

 span { border-color: rgb(100,4,63); }

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