#611232

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

Shades of Tyrian Purple #611232

Tints of Tyrian Purple #611232

Color information

#611232 (or 0x611232) is unknown color: approx Tyrian Purple. HEX triplet: 61, 12 and 32. RGB value is (97,18,50). Sum of RGB (Red+Green+Blue) = 97+18+50=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #611232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611232 is #9EEDCD. Grayscale: #2D2D2D. Windows color (decimal): -10415566 or 3281505. OLE color: 3281505.

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

Color convert

RGB971850-
CMYK00.810.480.62
HSL335.7º68.7%22.55%-
HSV(B)335.7º81.44%38.04%-
XYZ5.723.23.33-
YUV45.27130.67164.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.79%
GREEN value IS 18 (7.42% from 255) = 10.91%
BLUE value IS 50 (19.92% from 255) = 30.30%
R=58.79%
G=10.91%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97185000.810.480.62335.768.722.55
Hex611232051303E1504517
Octal14122620121607652010527
Binary11000011001011001001010001110000111110101010000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611232; }

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

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

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

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

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

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

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

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