#64053F

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

Shades of Tyrian Purple #64053F

Tints of Tyrian Purple #64053F

Color information

#64053F (or 0x64053F) is unknown color: approx Tyrian Purple. HEX triplet: 64, 05 and 3F. RGB value is (100,5,63). Sum of RGB (Red+Green+Blue) = 100+5+63=168 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.52% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 100 - color contains mainly: red. Hex color #64053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64053F is #9BFAC0. Grayscale: #272727. Windows color (decimal): -10222273 or 4130148. OLE color: 4130148.

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

Color convert

RGB100563-
CMYK00.950.370.61
HSL323.37º90.48%20.59%-
HSV(B)323.37º95%39.22%-
XYZ6.213.184.99-
YUV40.02140.97170.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 59.52%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 63 (25% from 255) = 37.5%
R=59.52%
G=2.98%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10056300.950.370.61323.3790.4820.59
Hex6453F05F253D1435a15
Octal1445770137457550313225
Binary110010010111111101011111100101111101101000011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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