#611041

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

Shades of Tyrian Purple #611041

Tints of Tyrian Purple #611041

Color information

#611041 (or 0x611041) is unknown color: approx Tyrian Purple. HEX triplet: 61, 10 and 41. RGB value is (97,16,65). Sum of RGB (Red+Green+Blue) = 97+16+65=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #611041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611041 is #9EEFBE. Grayscale: #2D2D2D. Windows color (decimal): -10416063 or 4264033. OLE color: 4264033.

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

Color convert

RGB971665-
CMYK00.840.330.62
HSL323.7º71.68%22.16%-
HSV(B)323.7º83.51%38.04%-
XYZ6.073.295.32-
YUV45.8138.84164.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.49%
GREEN value IS 16 (6.64% from 255) = 8.99%
BLUE value IS 65 (25.78% from 255) = 36.52%
R=54.49%
G=8.99%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97166500.840.330.62323.771.6822.16
Hex611041054213E1444816
Octal141201010124417650411026
Binary110000110000100000101010100100001111110101000100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611041; }

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

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

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

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

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

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

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

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