#640250

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

Shades of Tyrian Purple #640250

Tints of Tyrian Purple #640250

Color information

#640250 (or 0x640250) is unknown color: approx Tyrian Purple. HEX triplet: 64, 02 and 50. RGB value is (100,2,80). Sum of RGB (Red+Green+Blue) = 100+2+80=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #640250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640250 is #9BFDAF. Grayscale: #272727. Windows color (decimal): -10223024 or 5243492. OLE color: 5243492.

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

Color convert

RGB100280-
CMYK00.980.20.61
HSL312.24º96.08%20%-
HSV(B)312.24º98%39.22%-
XYZ6.733.337.88-
YUV40.19150.47170.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.95%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 80 (31.64% from 255) = 43.96%
R=54.95%
G=1.10%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.2
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10028000.980.20.61312.2496.0820
Hex64250062143D1386014
Octal14421200142247547014024
Binary11001001010100000110001010100111101100111000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640250; }

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

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

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

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

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

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

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

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