#640242

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

Shades of Tyrian Purple #640242

Tints of Tyrian Purple #640242

Color information

#640242 (or 0x640242) is unknown color: approx Tyrian Purple. HEX triplet: 64, 02 and 42. RGB value is (100,2,66). Sum of RGB (Red+Green+Blue) = 100+2+66=168 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.52% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 100 - color contains mainly: red. Hex color #640242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640242 is #9BFDBD. Grayscale: #262626. Windows color (decimal): -10223038 or 4325988. OLE color: 4325988.

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

Color convert

RGB100266-
CMYK00.980.340.61
HSL320.82º96.08%20%-
HSV(B)320.82º98%39.22%-
XYZ6.263.155.43-
YUV38.6143.47171.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 59.52%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=59.52%
G=1.19%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10026600.980.340.61320.8296.0820
Hex64242062223D1416014
Octal14421020142427550114024
Binary110010010100001001100010100010111101101000001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640242; }

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

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

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

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

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

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

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

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