#611036

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

Shades of Tyrian Purple #611036

Tints of Tyrian Purple #611036

Color information

#611036 (or 0x611036) is unknown color: approx Tyrian Purple. HEX triplet: 61, 10 and 36. RGB value is (97,16,54). Sum of RGB (Red+Green+Blue) = 97+16+54=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #611036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611036 is #9EEFC9. Grayscale: #2C2C2C. Windows color (decimal): -10416074 or 3543137. OLE color: 3543137.

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

Color convert

RGB971654-
CMYK00.840.440.62
HSL331.85º71.68%22.16%-
HSV(B)331.85º83.51%38.04%-
XYZ5.783.183.8-
YUV44.55133.34165.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.08%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 54 (21.48% from 255) = 32.34%
R=58.08%
G=9.58%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97165400.840.440.62331.8571.6822.16
Hex6110360542C3E14c4816
Octal14120660124547651411026
Binary11000011000011011001010100101100111110101001100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611036; }

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

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

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

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

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

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

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

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