Html Css Color HEX #680E51 Tyrian Purple

📋 copy color: '#680E51'

red 104 ◦ green 14 ◦ blue 81

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

Shades of Tyrian Purple #680E51

Tints of Tyrian Purple #680E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.7%

R = 52.26%
G = 7.04%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#680E51 (or 0x680E51) is known color: Tyrian Purple. HEX triplet: 68, 0E and 51. RGB value is (104,14,81). Sum of RGB (Red+Green+Blue) = 104+14+81=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #680E51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680E51 is #97F1AE. Grayscale: #303030. Windows color (decimal): -9957807 or 5312104. OLE color: 5312104.

HSL color Cylindrical-coordinate representation of color #680E51: hue angle of 315.33º 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 #680E51 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 14 81 -
CMYK 0 0.87 0.22 0.59
HSL 315.33º 0.76% 0.23% -
HSV(B) 315.33º 0.87% 0.41% -
XYZ 7.35 3.85 8.14 -
YUV 48.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 104 14 81 0 0.87 0.22 0.59 315.33 0.76 0.23
Hex 68 E 51 0 57 16 3B 13B 4C 17
Octal 150 16 121 0 127 26 73 473 114 27
Binary 1101000 1110 1010001 0 1010111 10110 111011 100111011 1001100 10111

Color Harmonies of #680E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680E51

Black with #680E51

Text Example


Text Example

White with #680E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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