#640528

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

Shades of Tyrian Purple #640528

Tints of Tyrian Purple #640528

Color information

#640528 (or 0x640528) is unknown color: approx Tyrian Purple. HEX triplet: 64, 05 and 28. RGB value is (100,5,40). Sum of RGB (Red+Green+Blue) = 100+5+40=145 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.97% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 100 - color contains mainly: red. Hex color #640528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640528 is #9BFAD7. Grayscale: #252525. Windows color (decimal): -10222296 or 2622820. OLE color: 2622820.

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

Color convert

RGB100540-
CMYK00.950.60.61
HSL337.89º90.48%20.59%-
HSV(B)337.89º95%39.22%-
XYZ5.692.972.28-
YUV37.4129.47172.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 68.97%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 40 (16.02% from 255) = 27.59%
R=68.97%
G=3.45%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10054000.950.60.61337.8990.4820.59
Hex6452805F3C3D1525a15
Octal1445500137747552213225
Binary110010010110100001011111111100111101101010010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640528; }

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

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

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

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

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

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

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

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