#640F39

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

Shades of Tyrian Purple #640F39

Tints of Tyrian Purple #640F39

Color information

#640F39 (or 0x640F39) is unknown color: approx Tyrian Purple. HEX triplet: 64, 0F and 39. RGB value is (100,15,57). Sum of RGB (Red+Green+Blue) = 100+15+57=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #640F39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640F39 is #9BF0C6. Grayscale: #2D2D2D. Windows color (decimal): -10219719 or 3739492. OLE color: 3739492.

HSL color Cylindrical-coordinate representation of color #640F39: hue angle of 330.35º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #640F39 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB1001557-
CMYK00.850.430.61
HSL330.35º73.91%22.55%-
HSV(B)330.35º85%39.22%-
XYZ6.163.354.19-
YUV45.2134.66167.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.14%
GREEN value IS 15 (6.25% from 255) = 8.72%
BLUE value IS 57 (22.66% from 255) = 33.14%
R=58.14%
G=8.72%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100155700.850.430.61330.3573.9122.55
Hex64F390552B3D14a4a17
Octal14417710125537551211227
Binary1100100111111100101010101101011111101101001010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640F39; }

 p { color: rgb(100,15,57); }

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

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

 a { background-color: rgb(100,15,57); }

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

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

 span { border-color: rgb(100,15,57); }

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