Html Css Color HEX #691049 Tyrian Purple

📋 copy color: '#691049'

red 105 ◦ green 16 ◦ blue 73

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

Shades of Tyrian Purple #691049

Tints of Tyrian Purple #691049

RGB

 RED value IS 105 (41.41% from 255) = 54.12%

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

 BLUE value IS 73 (28.91% from 255) = 37.63%

R = 54.12%
G = 8.25%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#691049 (or 0x691049) is known color: Tyrian Purple. HEX triplet: 69, 10 and 49. RGB value is (105,16,73). Sum of RGB (Red+Green+Blue) = 105+16+73=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #691049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691049 is #96EFB6. Grayscale: #303030. Windows color (decimal): -9891767 or 4788329. OLE color: 4788329.

HSL color Cylindrical-coordinate representation of color #691049: hue angle of 321.57º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691049 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 16 73 -
CMYK 0 0.85 0.30 0.59
HSL 321.57º 0.74% 0.24% -
HSV(B) 321.57º 0.85% 0.41% -
XYZ 7.21 3.85 6.67 -
YUV 49.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 105 16 73 0 0.85 0.30 0.59 321.57 0.74 0.24
Hex 69 10 49 0 55 1E 3B 142 4A 18
Octal 151 20 111 0 125 36 73 502 112 30
Binary 1101001 10000 1001001 0 1010101 11110 111011 101000010 1001010 11000

Color Harmonies of #691049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691049

Black with #691049

Text Example


Text Example

White with #691049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691049; }

 p { color: rgb(105,16,73); }

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

background-color css

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

 a { background-color: rgb(105,16,73); }

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

border-color css

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

 span { border-color: rgb(105,16,73); }

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