#640251

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

Shades of Tyrian Purple #640251

Tints of Tyrian Purple #640251

Color information

#640251 (or 0x640251) is unknown color: approx Tyrian Purple. HEX triplet: 64, 02 and 51. RGB value is (100,2,81). Sum of RGB (Red+Green+Blue) = 100+2+81=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #640251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640251 is #9BFDAE. Grayscale: #282828. Windows color (decimal): -10223023 or 5309028. OLE color: 5309028.

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

Color convert

RGB100281-
CMYK00.980.190.61
HSL311.63º96.08%20%-
HSV(B)311.63º98%39.22%-
XYZ6.763.358.07-
YUV40.31150.97170.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.64%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 81 (32.03% from 255) = 44.26%
R=54.64%
G=1.09%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10028100.980.190.61311.6396.0820
Hex64251062133D1386014
Octal14421210142237547014024
Binary11001001010100010110001010011111101100111000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640251; }

 p { color: rgb(100,2,81); }

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

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

 a { background-color: rgb(100,2,81); }

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

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

 span { border-color: rgb(100,2,81); }

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