#611038

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

Shades of Tyrian Purple #611038

Tints of Tyrian Purple #611038

Color information

#611038 (or 0x611038) is unknown color: approx Tyrian Purple. HEX triplet: 61, 10 and 38. RGB value is (97,16,56). Sum of RGB (Red+Green+Blue) = 97+16+56=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #611038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611038 is #9EEFC7. Grayscale: #2C2C2C. Windows color (decimal): -10416072 or 3674209. OLE color: 3674209.

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

Color convert

RGB971656-
CMYK00.840.420.62
HSL330.37º71.68%22.16%-
HSV(B)330.37º83.51%38.04%-
XYZ5.833.24.05-
YUV44.78134.34165.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 56 (22.27% from 255) = 33.14%
R=57.40%
G=9.47%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97165600.840.420.62330.3771.6822.16
Hex6110380542A3E14a4816
Octal14120700124527651211026
Binary11000011000011100001010100101010111110101001010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611038; }

 p { color: rgb(97,16,56); }

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

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

 a { background-color: rgb(97,16,56); }

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

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

 span { border-color: rgb(97,16,56); }

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