Html Css Color HEX #690B48 Tyrian Purple

📋 copy color: '#690B48'

red 105 ◦ green 11 ◦ blue 72

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

Shades of Tyrian Purple #690B48

Tints of Tyrian Purple #690B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.3%

R = 55.85%
G = 5.85%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#690B48 (or 0x690B48) is known color: Tyrian Purple. HEX triplet: 69, 0B and 48. RGB value is (105,11,72). Sum of RGB (Red+Green+Blue) = 105+11+72=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #690B48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690B48 is #96F4B7. Grayscale: #2D2D2D. Windows color (decimal): -9893048 or 4721513. OLE color: 4721513.

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

Color convert

RGB 105 11 72 -
CMYK 0 0.90 0.31 0.59
HSL 321.06º 0.81% 0.23% -
HSV(B) 321.06º 0.9% 0.41% -
XYZ 7.12 3.71 6.47 -
YUV 46.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 105 11 72 0 0.90 0.31 0.59 321.06 0.81 0.23
Hex 69 B 48 0 5A 1F 3B 141 51 17
Octal 151 13 110 0 132 37 73 501 121 27
Binary 1101001 1011 1001000 0 1011010 11111 111011 101000001 1010001 10111

Color Harmonies of #690B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B48

Black with #690B48

Text Example


Text Example

White with #690B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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