Html Css Color HEX #611136 Tyrian Purple

📋 copy color: '#611136'

red 97 ◦ green 17 ◦ blue 54

#611136
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #611136

Tints of Tyrian Purple #611136

RGB

 RED value IS 97 (38.28% from 255) = 57.74%

 GREEN value IS 17 (7.03% from 255) = 10.12%

 BLUE value IS 54 (21.48% from 255) = 32.14%

R = 57.74%
G = 10.12%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#611136 (or 0x611136) is known color: Tyrian Purple. HEX triplet: 61, 11 and 36. RGB value is (97,17,54). Sum of RGB (Red+Green+Blue) = 97+17+54=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #611136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611136 is #9EEEC9. Grayscale: #2D2D2D. Windows color (decimal): -10415818 or 3543393. OLE color: 3543393.

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

Color convert

RGB 97 17 54 -
CMYK 0 0.82 0.44 0.62
HSL 332.25º 0.7% 0.22% -
HSV(B) 332.25º 0.82% 0.38% -
XYZ 5.8 3.21 3.8 -
YUV 45.14 133 164.99 -
System Red Green Blue C M Y K H S L
Decimal 97 17 54 0 0.82 0.44 0.62 332.25 0.7 0.22
Hex 61 11 36 0 52 2C 3E 14C 46 16
Octal 141 21 66 0 122 54 76 514 106 26
Binary 1100001 10001 110110 0 1010010 101100 111110 101001100 1000110 10110

Color Harmonies of #611136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611136

Black with #611136

Text Example


Text Example

White with #611136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611136; }

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

 H1.HeaderClassName
 {
   color: #611136;
 }
 .AnyTagClassName
 {
   color: #611136;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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