Html Css Color HEX #611032 Tyrian Purple

📋 copy color: '#611032'

red 97 ◦ green 16 ◦ blue 50

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

Shades of Tyrian Purple #611032

Tints of Tyrian Purple #611032

RGB

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

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

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

R = 59.51%
G = 9.82%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#611032 (or 0x611032) is known color: Tyrian Purple. HEX triplet: 61, 10 and 32. RGB value is (97,16,50). Sum of RGB (Red+Green+Blue) = 97+16+50=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #611032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611032 is #9EEFCD. Grayscale: #2C2C2C. Windows color (decimal): -10416078 or 3280993. OLE color: 3280993.

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

Color convert

RGB 97 16 50 -
CMYK 0 0.84 0.48 0.62
HSL 334.81º 0.72% 0.22% -
HSV(B) 334.81º 0.84% 0.38% -
XYZ 5.69 3.14 3.32 -
YUV 44.1 131.34 165.74 -
System Red Green Blue C M Y K H S L
Decimal 97 16 50 0 0.84 0.48 0.62 334.81 0.72 0.22
Hex 61 10 32 0 54 30 3E 14F 48 16
Octal 141 20 62 0 124 60 76 517 110 26
Binary 1100001 10000 110010 0 1010100 110000 111110 101001111 1001000 10110

Color Harmonies of #611032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611032

Black with #611032

Text Example


Text Example

White with #611032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611032; }

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

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

background-color css

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

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

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

border-color css

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

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

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