#611042

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

Shades of Tyrian Purple #611042

Tints of Tyrian Purple #611042

Color information

#611042 (or 0x611042) is unknown color: approx Tyrian Purple. HEX triplet: 61, 10 and 42. RGB value is (97,16,66). Sum of RGB (Red+Green+Blue) = 97+16+66=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #611042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611042 is #9EEFBD. Grayscale: #2D2D2D. Windows color (decimal): -10416062 or 4329569. OLE color: 4329569.

HSL color Cylindrical-coordinate representation of color #611042: hue angle of 322.96º 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 #611042 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB971666-
CMYK00.840.320.62
HSL322.96º71.68%22.16%-
HSV(B)322.96º83.51%38.04%-
XYZ6.13.315.47-
YUV45.92139.34164.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.19%
GREEN value IS 16 (6.64% from 255) = 8.94%
BLUE value IS 66 (26.17% from 255) = 36.87%
R=54.19%
G=8.94%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97166600.840.320.62322.9671.6822.16
Hex611042054203E1434816
Octal141201020124407650311026
Binary110000110000100001001010100100000111110101000011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611042; }

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

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

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

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

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

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

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

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