Html Css Color HEX #690D50 Tyrian Purple

📋 copy color: '#690D50'

red 105 ◦ green 13 ◦ blue 80

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

Shades of Tyrian Purple #690D50

Tints of Tyrian Purple #690D50

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.57%

 BLUE value IS 80 (31.64% from 255) = 40.4%

R = 53.03%
G = 6.57%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#690D50 (or 0x690D50) is known color: Tyrian Purple. HEX triplet: 69, 0D and 50. RGB value is (105,13,80). Sum of RGB (Red+Green+Blue) = 105+13+80=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #690D50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690D50 is #96F2AF. Grayscale: #2F2F2F. Windows color (decimal): -9892528 or 5246313. OLE color: 5246313.

HSL color Cylindrical-coordinate representation of color #690D50: hue angle of 316.3º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690D50 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 13 80 -
CMYK 0 0.88 0.24 0.59
HSL 316.3º 0.78% 0.23% -
HSV(B) 316.3º 0.88% 0.41% -
XYZ 7.42 3.87 7.95 -
YUV 48.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 105 13 80 0 0.88 0.24 0.59 316.3 0.78 0.23
Hex 69 D 50 0 58 18 3B 13C 4E 17
Octal 151 15 120 0 130 30 73 474 116 27
Binary 1101001 1101 1010000 0 1011000 11000 111011 100111100 1001110 10111

Color Harmonies of #690D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D50

Black with #690D50

Text Example


Text Example

White with #690D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,13,80); }

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

background-color css

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

 a { background-color: rgb(105,13,80); }

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

border-color css

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

 span { border-color: rgb(105,13,80); }

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