#641039

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

Shades of Tyrian Purple #641039

Tints of Tyrian Purple #641039

Color information

#641039 (or 0x641039) is unknown color: approx Tyrian Purple. HEX triplet: 64, 10 and 39. RGB value is (100,16,57). Sum of RGB (Red+Green+Blue) = 100+16+57=173 (22% of max value = 765). Red value is 100 (39.45% from 255 or 57.80% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 100 - color contains mainly: red. Hex color #641039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641039 is #9BEFC6. Grayscale: #2D2D2D. Windows color (decimal): -10219463 or 3739748. OLE color: 3739748.

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

Color convert

RGB1001657-
CMYK00.840.430.61
HSL330.71º72.41%22.75%-
HSV(B)330.71º84%39.22%-
XYZ6.183.384.2-
YUV45.79134.33166.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.80%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 57 (22.66% from 255) = 32.95%
R=57.80%
G=9.25%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100165700.840.430.61330.7172.4122.75
Hex6410390542B3D14b4817
Octal14420710124537551311027
Binary11001001000011100101010100101011111101101001011100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641039; }

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

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

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

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

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

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

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

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