#611239

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

Shades of Tyrian Purple #611239

Tints of Tyrian Purple #611239

Color information

#611239 (or 0x611239) is unknown color: approx Tyrian Purple. HEX triplet: 61, 12 and 39. RGB value is (97,18,57). Sum of RGB (Red+Green+Blue) = 97+18+57=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #611239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611239 is #9EEDC6. Grayscale: #2D2D2D. Windows color (decimal): -10415559 or 3740257. OLE color: 3740257.

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

Color convert

RGB971857-
CMYK00.810.410.62
HSL330.38º68.7%22.55%-
HSV(B)330.38º81.44%38.04%-
XYZ5.883.274.19-
YUV46.07134.17164.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.40%
GREEN value IS 18 (7.42% from 255) = 10.47%
BLUE value IS 57 (22.66% from 255) = 33.14%
R=56.40%
G=10.47%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97185700.810.410.62330.3868.722.55
Hex611239051293E14a4517
Octal14122710121517651210527
Binary11000011001011100101010001101001111110101001010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611239; }

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

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

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

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

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

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

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

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