#611037

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

Shades of Tyrian Purple #611037

Tints of Tyrian Purple #611037

Color information

#611037 (or 0x611037) is unknown color: approx Tyrian Purple. HEX triplet: 61, 10 and 37. RGB value is (97,16,55). Sum of RGB (Red+Green+Blue) = 97+16+55=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #611037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611037 is #9EEFC8. Grayscale: #2C2C2C. Windows color (decimal): -10416073 or 3608673. OLE color: 3608673.

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

Color convert

RGB971655-
CMYK00.840.430.62
HSL331.11º71.68%22.16%-
HSV(B)331.11º83.51%38.04%-
XYZ5.83.193.92-
YUV44.66133.84165.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 55 (21.88% from 255) = 32.74%
R=57.74%
G=9.52%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97165500.840.430.62331.1171.6822.16
Hex6110370542B3E14b4816
Octal14120670124537651311026
Binary11000011000011011101010100101011111110101001011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611037; }

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

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

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

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

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

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

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

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