Html Css Color HEX #680E4D Tyrian Purple

📋 copy color: '#680E4D'

red 104 ◦ green 14 ◦ blue 77

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

Shades of Tyrian Purple #680E4D

Tints of Tyrian Purple #680E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 39.49%

R = 53.33%
G = 7.18%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#680E4D (or 0x680E4D) is known color: Tyrian Purple. HEX triplet: 68, 0E and 4D. RGB value is (104,14,77). Sum of RGB (Red+Green+Blue) = 104+14+77=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #680E4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680E4D is #97F1B2. Grayscale: #2F2F2F. Windows color (decimal): -9957811 or 5049960. OLE color: 5049960.

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

Color convert

RGB 104 14 77 -
CMYK 0 0.87 0.26 0.59
HSL 318º 0.76% 0.23% -
HSV(B) 318º 0.87% 0.41% -
XYZ 7.21 3.79 7.37 -
YUV 48.09 144.32 167.88 -
System Red Green Blue C M Y K H S L
Decimal 104 14 77 0 0.87 0.26 0.59 318 0.76 0.23
Hex 68 E 4D 0 57 1A 3B 13E 4C 17
Octal 150 16 115 0 127 32 73 476 114 27
Binary 1101000 1110 1001101 0 1010111 11010 111011 100111110 1001100 10111

Color Harmonies of #680E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680E4D

Black with #680E4D

Text Example


Text Example

White with #680E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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