#611248

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

Shades of Tyrian Purple #611248

Tints of Tyrian Purple #611248

Color information

#611248 (or 0x611248) is unknown color: approx Tyrian Purple. HEX triplet: 61, 12 and 48. RGB value is (97,18,72). Sum of RGB (Red+Green+Blue) = 97+18+72=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #611248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611248 is #9EEDB7. Grayscale: #2F2F2F. Windows color (decimal): -10415544 or 4723297. OLE color: 4723297.

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

Color convert

RGB971872-
CMYK00.810.260.62
HSL318.99º68.7%22.55%-
HSV(B)318.99º81.44%38.04%-
XYZ6.323.446.46-
YUV47.78141.67163.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.87%
GREEN value IS 18 (7.42% from 255) = 9.63%
BLUE value IS 72 (28.52% from 255) = 38.50%
R=51.87%
G=9.63%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97187200.810.260.62318.9968.722.55
Hex6112480511A3E13f4517
Octal141221100121327647710527
Binary11000011001010010000101000111010111110100111111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611248; }

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

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

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

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

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

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

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

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