Html Css Color HEX #690B31 Tyrian Purple

📋 copy color: '#690B31'

red 105 ◦ green 11 ◦ blue 49

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

Shades of Tyrian Purple #690B31

Tints of Tyrian Purple #690B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 29.7%

R = 63.64%
G = 6.67%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#690B31 (or 0x690B31) is known color: Tyrian Purple. HEX triplet: 69, 0B and 31. RGB value is (105,11,49). Sum of RGB (Red+Green+Blue) = 105+11+49=165 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.64% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 105 - color contains mainly: red. Hex color #690B31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690B31 is #96F4CE. Grayscale: #2B2B2B. Windows color (decimal): -9893071 or 3214185. OLE color: 3214185.

HSL color Cylindrical-coordinate representation of color #690B31: hue angle of 335.74º 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 #690B31 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 11 49 -
CMYK 0 0.90 0.53 0.59
HSL 335.74º 0.81% 0.23% -
HSV(B) 335.74º 0.9% 0.41% -
XYZ 6.5 3.46 3.23 -
YUV 43.44 131.14 171.91 -
System Red Green Blue C M Y K H S L
Decimal 105 11 49 0 0.90 0.53 0.59 335.74 0.81 0.23
Hex 69 B 31 0 5A 35 3B 150 51 17
Octal 151 13 61 0 132 65 73 520 121 27
Binary 1101001 1011 110001 0 1011010 110101 111011 101010000 1010001 10111

Color Harmonies of #690B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B31

Black with #690B31

Text Example


Text Example

White with #690B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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