Html Css Color HEX #611232 Tyrian Purple

📋 copy color: '#611232'

red 97 ◦ green 18 ◦ blue 50

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

Shades of Tyrian Purple #611232

Tints of Tyrian Purple #611232

RGB

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

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

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

R = 58.79%
G = 10.91%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#611232 (or 0x611232) is known color: Tyrian Purple. HEX triplet: 61, 12 and 32. RGB value is (97,18,50). Sum of RGB (Red+Green+Blue) = 97+18+50=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #611232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611232 is #9EEDCD. Grayscale: #2D2D2D. Windows color (decimal): -10415566 or 3281505. OLE color: 3281505.

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

Color convert

RGB 97 18 50 -
CMYK 0 0.81 0.48 0.62
HSL 335.7º 0.69% 0.23% -
HSV(B) 335.7º 0.81% 0.38% -
XYZ 5.72 3.2 3.33 -
YUV 45.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 97 18 50 0 0.81 0.48 0.62 335.7 0.69 0.23
Hex 61 12 32 0 51 30 3E 150 45 17
Octal 141 22 62 0 121 60 76 520 105 27
Binary 1100001 10010 110010 0 1010001 110000 111110 101010000 1000101 10111

Color Harmonies of #611232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611232

Black with #611232

Text Example


Text Example

White with #611232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611232; }

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

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

background-color css

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

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

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

border-color css

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

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

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