Html Css Color HEX #690B32 Tyrian Purple

📋 copy color: '#690B32'

red 105 ◦ green 11 ◦ blue 50

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

Shades of Tyrian Purple #690B32

Tints of Tyrian Purple #690B32

RGB

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

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

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

R = 63.25%
G = 6.63%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#690B32 (or 0x690B32) is known color: Tyrian Purple. HEX triplet: 69, 0B and 32. RGB value is (105,11,50). Sum of RGB (Red+Green+Blue) = 105+11+50=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #690B32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690B32 is #96F4CD. Grayscale: #2B2B2B. Windows color (decimal): -9893070 or 3279721. OLE color: 3279721.

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

Color convert

RGB 105 11 50 -
CMYK 0 0.90 0.52 0.59
HSL 335.11º 0.81% 0.23% -
HSV(B) 335.11º 0.9% 0.41% -
XYZ 6.52 3.47 3.34 -
YUV 43.55 131.64 171.83 -
System Red Green Blue C M Y K H S L
Decimal 105 11 50 0 0.90 0.52 0.59 335.11 0.81 0.23
Hex 69 B 32 0 5A 34 3B 14F 51 17
Octal 151 13 62 0 132 64 73 517 121 27
Binary 1101001 1011 110010 0 1011010 110100 111011 101001111 1010001 10111

Color Harmonies of #690B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B32

Black with #690B32

Text Example


Text Example

White with #690B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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