Html Css Color HEX #690B49 Tyrian Purple

📋 copy color: '#690B49'

red 105 ◦ green 11 ◦ blue 73

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

Shades of Tyrian Purple #690B49

Tints of Tyrian Purple #690B49

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.82%

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

R = 55.56%
G = 5.82%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#690B49 (or 0x690B49) is known color: Tyrian Purple. HEX triplet: 69, 0B and 49. RGB value is (105,11,73). Sum of RGB (Red+Green+Blue) = 105+11+73=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #690B49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690B49 is #96F4B6. Grayscale: #2E2E2E. Windows color (decimal): -9893047 or 4787049. OLE color: 4787049.

HSL color Cylindrical-coordinate representation of color #690B49: hue angle of 320.43º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690B49 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 11 73 -
CMYK 0 0.90 0.30 0.59
HSL 320.43º 0.81% 0.23% -
HSV(B) 320.43º 0.9% 0.41% -
XYZ 7.15 3.72 6.65 -
YUV 46.17 143.14 169.96 -
System Red Green Blue C M Y K H S L
Decimal 105 11 73 0 0.90 0.30 0.59 320.43 0.81 0.23
Hex 69 B 49 0 5A 1E 3B 140 51 17
Octal 151 13 111 0 132 36 73 500 121 27
Binary 1101001 1011 1001001 0 1011010 11110 111011 101000000 1010001 10111

Color Harmonies of #690B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B49

Black with #690B49

Text Example


Text Example

White with #690B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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