#64033F

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

Shades of Tyrian Purple #64033F

Tints of Tyrian Purple #64033F

Color information

#64033F (or 0x64033F) is unknown color: approx Tyrian Purple. HEX triplet: 64, 03 and 3F. RGB value is (100,3,63). Sum of RGB (Red+Green+Blue) = 100+3+63=166 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.24% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 100 - color contains mainly: red. Hex color #64033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64033F is #9BFCC0. Grayscale: #262626. Windows color (decimal): -10222785 or 4129636. OLE color: 4129636.

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

Color convert

RGB100363-
CMYK00.970.370.61
HSL322.89º94.17%20.2%-
HSV(B)322.89º97%39.22%-
XYZ6.193.134.98-
YUV38.84141.64171.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 60.24%
GREEN value IS 3 (1.56% from 255) = 1.81%
BLUE value IS 63 (25% from 255) = 37.95%
R=60.24%
G=1.81%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10036300.970.370.61322.8994.1720.2
Hex6433F061253D1435e14
Octal1443770141457550313624
Binary11001001111111101100001100101111101101000011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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