Html Css Color HEX #611047 Tyrian Purple

📋 copy color: '#611047'

red 97 ◦ green 16 ◦ blue 71

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

Shades of Tyrian Purple #611047

Tints of Tyrian Purple #611047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.7%

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

R = 52.72%
G = 8.7%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#611047 (or 0x611047) is known color: Tyrian Purple. HEX triplet: 61, 10 and 47. RGB value is (97,16,71). Sum of RGB (Red+Green+Blue) = 97+16+71=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #611047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611047 is #9EEFB8. Grayscale: #2E2E2E. Windows color (decimal): -10416057 or 4657249. OLE color: 4657249.

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

Color convert

RGB 97 16 71 -
CMYK 0 0.84 0.27 0.62
HSL 319.26º 0.72% 0.22% -
HSV(B) 319.26º 0.84% 0.38% -
XYZ 6.25 3.37 6.28 -
YUV 46.49 141.84 164.03 -
System Red Green Blue C M Y K H S L
Decimal 97 16 71 0 0.84 0.27 0.62 319.26 0.72 0.22
Hex 61 10 47 0 54 1B 3E 13F 48 16
Octal 141 20 107 0 124 33 76 477 110 26
Binary 1100001 10000 1000111 0 1010100 11011 111110 100111111 1001000 10110

Color Harmonies of #611047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611047

Black with #611047

Text Example


Text Example

White with #611047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611047; }

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

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

background-color css

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

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

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

border-color css

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

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

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