#640428

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

Shades of Tyrian Purple #640428

Tints of Tyrian Purple #640428

Color information

#640428 (or 0x640428) is unknown color: approx Tyrian Purple. HEX triplet: 64, 04 and 28. RGB value is (100,4,40). Sum of RGB (Red+Green+Blue) = 100+4+40=144 (19% of max value = 765). Red value is 100 (39.45% from 255 or 69.44% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 100 - color contains mainly: red. Hex color #640428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640428 is #9BFBD7. Grayscale: #242424. Windows color (decimal): -10222552 or 2622564. OLE color: 2622564.

HSL color Cylindrical-coordinate representation of color #640428: hue angle of 337.5º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640428 is Cyan = 0, Magento = 0.96, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB100440-
CMYK00.960.60.61
HSL337.5º92.31%20.39%-
HSV(B)337.5º96%39.22%-
XYZ5.682.952.28-
YUV36.81129.8173.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 69.44%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=69.44%
G=2.78%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10044000.960.60.61337.592.3120.39
Hex644280603C3D1525c14
Octal1444500140747552213424
Binary110010010010100001100000111100111101101010010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640428; }

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

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

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

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

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

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

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

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