Html Css Color HEX #680E3D Tyrian Purple

📋 copy color: '#680E3D'

red 104 ◦ green 14 ◦ blue 61

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

Shades of Tyrian Purple #680E3D

Tints of Tyrian Purple #680E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 34.08%

R = 58.1%
G = 7.82%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#680E3D (or 0x680E3D) is known color: Tyrian Purple. HEX triplet: 68, 0E and 3D. RGB value is (104,14,61). Sum of RGB (Red+Green+Blue) = 104+14+61=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #680E3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680E3D is #97F1C2. Grayscale: #2E2E2E. Windows color (decimal): -9957827 or 4001384. OLE color: 4001384.

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

Color convert

RGB 104 14 61 -
CMYK 0 0.87 0.41 0.59
HSL 328.67º 0.76% 0.23% -
HSV(B) 328.67º 0.87% 0.41% -
XYZ 6.71 3.59 4.76 -
YUV 46.27 136.32 169.18 -
System Red Green Blue C M Y K H S L
Decimal 104 14 61 0 0.87 0.41 0.59 328.67 0.76 0.23
Hex 68 E 3D 0 57 29 3B 149 4C 17
Octal 150 16 75 0 127 51 73 511 114 27
Binary 1101000 1110 111101 0 1010111 101001 111011 101001001 1001100 10111

Color Harmonies of #680E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680E3D

Black with #680E3D

Text Example


Text Example

White with #680E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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