#64043B

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

Shades of Tyrian Purple #64043B

Tints of Tyrian Purple #64043B

Color information

#64043B (or 0x64043B) is unknown color: approx Tyrian Purple. HEX triplet: 64, 04 and 3B. RGB value is (100,4,59). Sum of RGB (Red+Green+Blue) = 100+4+59=163 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.35% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 100 - color contains mainly: red. Hex color #64043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64043B is #9BFBC4. Grayscale: #262626. Windows color (decimal): -10222533 or 3867748. OLE color: 3867748.

HSL color Cylindrical-coordinate representation of color #64043B: hue angle of 325.62º 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 #64043B is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB100459-
CMYK00.960.410.61
HSL325.62º92.31%20.39%-
HSV(B)325.62º96%39.22%-
XYZ6.093.114.42-
YUV38.97139.3171.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 61.35%
GREEN value IS 4 (1.95% from 255) = 2.45%
BLUE value IS 59 (23.44% from 255) = 36.20%
R=61.35%
G=2.45%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10045900.960.410.61325.6292.3120.39
Hex6443B060293D1465c14
Octal1444730140517550613424
Binary110010010011101101100000101001111101101000110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64043B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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