Html Css Color HEX #680E4E Tyrian Purple

📋 copy color: '#680E4E'

red 104 ◦ green 14 ◦ blue 78

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

Shades of Tyrian Purple #680E4E

Tints of Tyrian Purple #680E4E

RGB

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

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

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

R = 53.06%
G = 7.14%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#680E4E (or 0x680E4E) is known color: Tyrian Purple. HEX triplet: 68, 0E and 4E. RGB value is (104,14,78). Sum of RGB (Red+Green+Blue) = 104+14+78=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #680E4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680E4E is #97F1B1. Grayscale: #303030. Windows color (decimal): -9957810 or 5115496. OLE color: 5115496.

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

Color convert

RGB 104 14 78 -
CMYK 0 0.87 0.25 0.59
HSL 317.33º 0.76% 0.23% -
HSV(B) 317.33º 0.87% 0.41% -
XYZ 7.24 3.81 7.56 -
YUV 48.21 144.82 167.8 -
System Red Green Blue C M Y K H S L
Decimal 104 14 78 0 0.87 0.25 0.59 317.33 0.76 0.23
Hex 68 E 4E 0 57 19 3B 13D 4C 17
Octal 150 16 116 0 127 31 73 475 114 27
Binary 1101000 1110 1001110 0 1010111 11001 111011 100111101 1001100 10111

Color Harmonies of #680E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680E4E

Black with #680E4E

Text Example


Text Example

White with #680E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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