#64053A

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

Shades of Tyrian Purple #64053A

Tints of Tyrian Purple #64053A

Color information

#64053A (or 0x64053A) is unknown color: approx Tyrian Purple. HEX triplet: 64, 05 and 3A. RGB value is (100,5,58). Sum of RGB (Red+Green+Blue) = 100+5+58=163 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.35% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 100 - color contains mainly: red. Hex color #64053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64053A is #9BFAC5. Grayscale: #272727. Windows color (decimal): -10222278 or 3802468. OLE color: 3802468.

HSL color Cylindrical-coordinate representation of color #64053A: hue angle of 326.53º 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 #64053A is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB100558-
CMYK00.950.420.61
HSL326.53º90.48%20.59%-
HSV(B)326.53º95%39.22%-
XYZ6.073.124.29-
YUV39.45138.47171.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 61.35%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 58 (23.05% from 255) = 35.58%
R=61.35%
G=3.07%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10055800.950.420.61326.5390.4820.59
Hex6453A05F2A3D1475a15
Octal1445720137527550713225
Binary110010010111101001011111101010111101101000111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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