Html Css Color HEX #680E50 Tyrian Purple

📋 copy color: '#680E50'

red 104 ◦ green 14 ◦ blue 80

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

Shades of Tyrian Purple #680E50

Tints of Tyrian Purple #680E50

RGB

 RED value IS 104 (41.02% from 255) = 52.53%

 GREEN value IS 14 (5.86% from 255) = 7.07%

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

R = 52.53%
G = 7.07%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#680E50 (or 0x680E50) is known color: Tyrian Purple. HEX triplet: 68, 0E and 50. RGB value is (104,14,80). Sum of RGB (Red+Green+Blue) = 104+14+80=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #680E50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680E50 is #97F1AF. Grayscale: #303030. Windows color (decimal): -9957808 or 5246568. OLE color: 5246568.

HSL color Cylindrical-coordinate representation of color #680E50: hue angle of 316º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #680E50 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 14 80 -
CMYK 0 0.87 0.23 0.59
HSL 316º 0.76% 0.23% -
HSV(B) 316º 0.87% 0.41% -
XYZ 7.31 3.84 7.94 -
YUV 48.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 104 14 80 0 0.87 0.23 0.59 316 0.76 0.23
Hex 68 E 50 0 57 17 3B 13C 4C 17
Octal 150 16 120 0 127 27 73 474 114 27
Binary 1101000 1110 1010000 0 1010111 10111 111011 100111100 1001100 10111

Color Harmonies of #680E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680E50

Black with #680E50

Text Example


Text Example

White with #680E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680E50; }

 p { color: rgb(104,14,80); }

 H1.HeaderClassName
 {
   color: #680E50;
 }
 .AnyTagClassName
 {
   color: #680E50;
 }
</style>

background-color css

<style>
 a { background-color: #680E50; }

 a { background-color: rgb(104,14,80); }

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

border-color css

<style>
 span { border-color: #680E50; }

 span { border-color: rgb(104,14,80); }

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