#611148

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

Shades of Tyrian Purple #611148

Tints of Tyrian Purple #611148

Color information

#611148 (or 0x611148) is unknown color: approx Tyrian Purple. HEX triplet: 61, 11 and 48. RGB value is (97,17,72). Sum of RGB (Red+Green+Blue) = 97+17+72=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #611148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611148 is #9EEEB7. Grayscale: #2F2F2F. Windows color (decimal): -10415800 or 4723041. OLE color: 4723041.

HSL color Cylindrical-coordinate representation of color #611148: hue angle of 318.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611148 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB971772-
CMYK00.820.260.62
HSL318.75º70.18%22.35%-
HSV(B)318.75º82.47%38.04%-
XYZ6.33.416.46-
YUV47.19142163.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.15%
GREEN value IS 17 (7.03% from 255) = 9.14%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=52.15%
G=9.14%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97177200.820.260.62318.7570.1822.35
Hex6111480521A3E13f4616
Octal141211100122327647710626
Binary11000011000110010000101001011010111110100111111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611148; }

 p { color: rgb(97,17,72); }

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

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

 a { background-color: rgb(97,17,72); }

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

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

 span { border-color: rgb(97,17,72); }

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