Html Css Color HEX #680D50 Tyrian Purple

📋 copy color: '#680D50'

red 104 ◦ green 13 ◦ blue 80

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

Shades of Tyrian Purple #680D50

Tints of Tyrian Purple #680D50

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.6%

 BLUE value IS 80 (31.64% from 255) = 40.61%

R = 52.79%
G = 6.6%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#680D50 (or 0x680D50) is known color: Tyrian Purple. HEX triplet: 68, 0D and 50. RGB value is (104,13,80). Sum of RGB (Red+Green+Blue) = 104+13+80=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #680D50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680D50 is #97F2AF. Grayscale: #2F2F2F. Windows color (decimal): -9958064 or 5246312. OLE color: 5246312.

HSL color Cylindrical-coordinate representation of color #680D50: hue angle of 315.82º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680D50 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 13 80 -
CMYK 0 0.88 0.23 0.59
HSL 315.82º 0.78% 0.23% -
HSV(B) 315.82º 0.88% 0.41% -
XYZ 7.3 3.81 7.94 -
YUV 47.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 104 13 80 0 0.88 0.23 0.59 315.82 0.78 0.23
Hex 68 D 50 0 58 17 3B 13C 4E 17
Octal 150 15 120 0 130 27 73 474 116 27
Binary 1101000 1101 1010000 0 1011000 10111 111011 100111100 1001110 10111

Color Harmonies of #680D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680D50

Black with #680D50

Text Example


Text Example

White with #680D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,13,80); }

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

background-color css

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

 a { background-color: rgb(104,13,80); }

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

border-color css

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

 span { border-color: rgb(104,13,80); }

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