Html Css Color HEX #611247 Tyrian Purple

📋 copy color: '#611247'

red 97 ◦ green 18 ◦ blue 71

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

Shades of Tyrian Purple #611247

Tints of Tyrian Purple #611247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

 BLUE value IS 71 (28.13% from 255) = 38.17%

R = 52.15%
G = 9.68%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#611247 (or 0x611247) is known color: Tyrian Purple. HEX triplet: 61, 12 and 47. RGB value is (97,18,71). Sum of RGB (Red+Green+Blue) = 97+18+71=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #611247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611247 is #9EEDB8. Grayscale: #2F2F2F. Windows color (decimal): -10415545 or 4657761. OLE color: 4657761.

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

Color convert

RGB 97 18 71 -
CMYK 0 0.81 0.27 0.62
HSL 319.75º 0.69% 0.23% -
HSV(B) 319.75º 0.81% 0.38% -
XYZ 6.28 3.43 6.29 -
YUV 47.66 141.17 163.19 -
System Red Green Blue C M Y K H S L
Decimal 97 18 71 0 0.81 0.27 0.62 319.75 0.69 0.23
Hex 61 12 47 0 51 1B 3E 140 45 17
Octal 141 22 107 0 121 33 76 500 105 27
Binary 1100001 10010 1000111 0 1010001 11011 111110 101000000 1000101 10111

Color Harmonies of #611247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611247

Black with #611247

Text Example


Text Example

White with #611247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611247; }

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

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

background-color css

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

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

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

border-color css

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

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

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