#64033B

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

Shades of Tyrian Purple #64033B

Tints of Tyrian Purple #64033B

Color information

#64033B (or 0x64033B) is unknown color: approx Tyrian Purple. HEX triplet: 64, 03 and 3B. RGB value is (100,3,59). Sum of RGB (Red+Green+Blue) = 100+3+59=162 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.73% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 100 - color contains mainly: red. Hex color #64033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64033B is #9BFCC4. Grayscale: #262626. Windows color (decimal): -10222789 or 3867492. OLE color: 3867492.

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

Color convert

RGB100359-
CMYK00.970.410.61
HSL325.36º94.17%20.2%-
HSV(B)325.36º97%39.22%-
XYZ6.083.094.41-
YUV38.39139.64171.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 61.73%
GREEN value IS 3 (1.56% from 255) = 1.85%
BLUE value IS 59 (23.44% from 255) = 36.42%
R=61.73%
G=1.85%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10035900.970.410.61325.3694.1720.2
Hex6433B061293D1455e14
Octal1443730141517550513624
Binary11001001111101101100001101001111101101000101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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