Html Css Color HEX #690B4E Tyrian Purple

📋 copy color: '#690B4E'

red 105 ◦ green 11 ◦ blue 78

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

Shades of Tyrian Purple #690B4E

Tints of Tyrian Purple #690B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40.21%

R = 54.12%
G = 5.67%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#690B4E (or 0x690B4E) is known color: Tyrian Purple. HEX triplet: 69, 0B and 4E. RGB value is (105,11,78). Sum of RGB (Red+Green+Blue) = 105+11+78=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #690B4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690B4E is #96F4B1. Grayscale: #2E2E2E. Windows color (decimal): -9893042 or 5114729. OLE color: 5114729.

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

Color convert

RGB 105 11 78 -
CMYK 0 0.90 0.26 0.59
HSL 317.23º 0.81% 0.23% -
HSV(B) 317.23º 0.9% 0.41% -
XYZ 7.32 3.79 7.55 -
YUV 46.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 105 11 78 0 0.90 0.26 0.59 317.23 0.81 0.23
Hex 69 B 4E 0 5A 1A 3B 13D 51 17
Octal 151 13 116 0 132 32 73 475 121 27
Binary 1101001 1011 1001110 0 1011010 11010 111011 100111101 1010001 10111

Color Harmonies of #690B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B4E

Black with #690B4E

Text Example


Text Example

White with #690B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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