#64032E

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

Shades of Tyrian Purple #64032E

Tints of Tyrian Purple #64032E

Color information

#64032E (or 0x64032E) is unknown color: approx Tyrian Purple. HEX triplet: 64, 03 and 2E. RGB value is (100,3,46). Sum of RGB (Red+Green+Blue) = 100+3+46=149 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.11% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 100 - color contains mainly: red. Hex color #64032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64032E is #9BFCD1. Grayscale: #242424. Windows color (decimal): -10222802 or 3015524. OLE color: 3015524.

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

Color convert

RGB100346-
CMYK00.970.540.61
HSL333.4º94.17%20.2%-
HSV(B)333.4º97%39.22%-
XYZ5.782.972.85-
YUV36.9133.14173-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 67.11%
GREEN value IS 3 (1.56% from 255) = 2.01%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=67.11%
G=2.01%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10034600.970.540.61333.494.1720.2
Hex6432E061363D14d5e14
Octal1443560141667551513624
Binary11001001110111001100001110110111101101001101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64032E; }

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

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

<style>
 a { background-color: #64032E; }

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

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

<style>
 span { border-color: #64032E; }

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

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