Html Css Color HEX #611237 Tyrian Purple

📋 copy color: '#611237'

red 97 ◦ green 18 ◦ blue 55

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

Shades of Tyrian Purple #611237

Tints of Tyrian Purple #611237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 32.35%

R = 57.06%
G = 10.59%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#611237 (or 0x611237) is known color: Tyrian Purple. HEX triplet: 61, 12 and 37. RGB value is (97,18,55). Sum of RGB (Red+Green+Blue) = 97+18+55=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #611237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611237 is #9EEDC8. Grayscale: #2D2D2D. Windows color (decimal): -10415561 or 3609185. OLE color: 3609185.

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

Color convert

RGB 97 18 55 -
CMYK 0 0.81 0.43 0.62
HSL 331.9º 0.69% 0.23% -
HSV(B) 331.9º 0.81% 0.38% -
XYZ 5.84 3.25 3.93 -
YUV 45.84 133.17 164.49 -
System Red Green Blue C M Y K H S L
Decimal 97 18 55 0 0.81 0.43 0.62 331.9 0.69 0.23
Hex 61 12 37 0 51 2B 3E 14C 45 17
Octal 141 22 67 0 121 53 76 514 105 27
Binary 1100001 10010 110111 0 1010001 101011 111110 101001100 1000101 10111

Color Harmonies of #611237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611237

Black with #611237

Text Example


Text Example

White with #611237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611237; }

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

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

background-color css

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

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

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

border-color css

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

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

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