Html Css Color HEX #611132 Tyrian Purple

📋 copy color: '#611132'

red 97 ◦ green 17 ◦ blue 50

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

Shades of Tyrian Purple #611132

Tints of Tyrian Purple #611132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.49%

R = 59.15%
G = 10.37%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#611132 (or 0x611132) is known color: Tyrian Purple. HEX triplet: 61, 11 and 32. RGB value is (97,17,50). Sum of RGB (Red+Green+Blue) = 97+17+50=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #611132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611132 is #9EEECD. Grayscale: #2C2C2C. Windows color (decimal): -10415822 or 3281249. OLE color: 3281249.

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

Color convert

RGB 97 17 50 -
CMYK 0 0.82 0.48 0.62
HSL 335.25º 0.7% 0.22% -
HSV(B) 335.25º 0.82% 0.38% -
XYZ 5.71 3.17 3.33 -
YUV 44.68 131 165.32 -
System Red Green Blue C M Y K H S L
Decimal 97 17 50 0 0.82 0.48 0.62 335.25 0.7 0.22
Hex 61 11 32 0 52 30 3E 14F 46 16
Octal 141 21 62 0 122 60 76 517 106 26
Binary 1100001 10001 110010 0 1010010 110000 111110 101001111 1000110 10110

Color Harmonies of #611132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611132

Black with #611132

Text Example


Text Example

White with #611132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611132; }

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

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

background-color css

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

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

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

border-color css

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

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

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