#611237

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

Shades of Tyrian Purple #611237

Tints of Tyrian Purple #611237

Color information

#611237 (or 0x611237) is unknown color: approx Tyrian Purple. HEX triplet: 61, 12 and 37. RGB value is (97,18,55). Sum of RGB (Red+Green+Blue) = 97+18+55=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #611237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611237 is #9EEDC8. Grayscale: #2D2D2D. Windows color (decimal): -10415561 or 3609185. OLE color: 3609185.

HSL color Cylindrical-coordinate representation of color #611237: hue angle of 331.9º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611237 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB971855-
CMYK00.810.430.62
HSL331.9º68.7%22.55%-
HSV(B)331.9º81.44%38.04%-
XYZ5.843.253.93-
YUV45.84133.17164.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.06%
GREEN value IS 18 (7.42% from 255) = 10.59%
BLUE value IS 55 (21.88% from 255) = 32.35%
R=57.06%
G=10.59%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97185500.810.430.62331.968.722.55
Hex6112370512B3E14c4517
Octal14122670121537651410527
Binary11000011001011011101010001101011111110101001100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611237; }

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

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

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

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

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

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

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

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