Html Css Color HEX #680E45 Tyrian Purple

📋 copy color: '#680E45'

red 104 ◦ green 14 ◦ blue 69

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

Shades of Tyrian Purple #680E45

Tints of Tyrian Purple #680E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.9%

R = 55.61%
G = 7.49%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#680E45 (or 0x680E45) is known color: Tyrian Purple. HEX triplet: 68, 0E and 45. RGB value is (104,14,69). Sum of RGB (Red+Green+Blue) = 104+14+69=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #680E45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680E45 is #97F1BA. Grayscale: #2F2F2F. Windows color (decimal): -9957819 or 4525672. OLE color: 4525672.

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

Color convert

RGB 104 14 69 -
CMYK 0 0.87 0.34 0.59
HSL 323.33º 0.76% 0.23% -
HSV(B) 323.33º 0.87% 0.41% -
XYZ 6.94 3.69 5.98 -
YUV 47.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 104 14 69 0 0.87 0.34 0.59 323.33 0.76 0.23
Hex 68 E 45 0 57 22 3B 143 4C 17
Octal 150 16 105 0 127 42 73 503 114 27
Binary 1101000 1110 1000101 0 1010111 100010 111011 101000011 1001100 10111

Color Harmonies of #680E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680E45

Black with #680E45

Text Example


Text Example

White with #680E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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