#640942

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

Shades of Tyrian Purple #640942

Tints of Tyrian Purple #640942

Color information

#640942 (or 0x640942) is unknown color: approx Tyrian Purple. HEX triplet: 64, 09 and 42. RGB value is (100,9,66). Sum of RGB (Red+Green+Blue) = 100+9+66=175 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.14% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 100 - color contains mainly: red. Hex color #640942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640942 is #9BF6BD. Grayscale: #2A2A2A. Windows color (decimal): -10221246 or 4327780. OLE color: 4327780.

HSL color Cylindrical-coordinate representation of color #640942: hue angle of 322.42º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640942 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB100966-
CMYK00.910.340.61
HSL322.42º83.49%21.37%-
HSV(B)322.42º91%39.22%-
XYZ6.343.35.46-
YUV42.71141.15168.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.14%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 66 (26.17% from 255) = 37.71%
R=57.14%
G=5.14%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10096600.910.340.61322.4283.4921.37
Hex6494205B223D1425315
Octal144111020133427550212325
Binary11001001001100001001011011100010111101101000010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640942; }

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

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

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

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

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

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

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

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