Html Css Color HEX #690849 Tyrian Purple

📋 copy color: '#690849'

red 105 ◦ green 8 ◦ blue 73

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

Shades of Tyrian Purple #690849

Tints of Tyrian Purple #690849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.3%

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

R = 56.45%
G = 4.3%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#690849 (or 0x690849) is known color: Tyrian Purple. HEX triplet: 69, 08 and 49. RGB value is (105,8,73). Sum of RGB (Red+Green+Blue) = 105+8+73=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #690849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690849 is #96F7B6. Grayscale: #2C2C2C. Windows color (decimal): -9893815 or 4786281. OLE color: 4786281.

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

Color convert

RGB 105 8 73 -
CMYK 0 0.92 0.30 0.59
HSL 319.79º 0.86% 0.22% -
HSV(B) 319.79º 0.92% 0.41% -
XYZ 7.12 3.66 6.63 -
YUV 44.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 105 8 73 0 0.92 0.30 0.59 319.79 0.86 0.22
Hex 69 8 49 0 5C 1E 3B 140 56 16
Octal 151 10 111 0 134 36 73 500 126 26
Binary 1101001 1000 1001001 0 1011100 11110 111011 101000000 1010110 10110

Color Harmonies of #690849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690849

Black with #690849

Text Example


Text Example

White with #690849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690849; }

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

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

background-color css

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

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

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

border-color css

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

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

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