#611039

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

Shades of Tyrian Purple #611039

Tints of Tyrian Purple #611039

Color information

#611039 (or 0x611039) is unknown color: approx Tyrian Purple. HEX triplet: 61, 10 and 39. RGB value is (97,16,57). Sum of RGB (Red+Green+Blue) = 97+16+57=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #611039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611039 is #9EEFC6. Grayscale: #2C2C2C. Windows color (decimal): -10416071 or 3739745. OLE color: 3739745.

HSL color Cylindrical-coordinate representation of color #611039: hue angle of 329.63º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611039 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB971657-
CMYK00.840.410.62
HSL329.63º71.68%22.16%-
HSV(B)329.63º83.51%38.04%-
XYZ5.853.214.18-
YUV44.89134.84165.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.06%
GREEN value IS 16 (6.64% from 255) = 9.41%
BLUE value IS 57 (22.66% from 255) = 33.53%
R=57.06%
G=9.41%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97165700.840.410.62329.6371.6822.16
Hex611039054293E14a4816
Octal14120710124517651211026
Binary11000011000011100101010100101001111110101001010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611039; }

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

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

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

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

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

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

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

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