Html Css Color HEX #680D4D Tyrian Purple

📋 copy color: '#680D4D'

red 104 ◦ green 13 ◦ blue 77

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

Shades of Tyrian Purple #680D4D

Tints of Tyrian Purple #680D4D

RGB

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

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

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

R = 53.61%
G = 6.7%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#680D4D (or 0x680D4D) is known color: Tyrian Purple. HEX triplet: 68, 0D and 4D. RGB value is (104,13,77). Sum of RGB (Red+Green+Blue) = 104+13+77=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #680D4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680D4D is #97F2B2. Grayscale: #2F2F2F. Windows color (decimal): -9958067 or 5049704. OLE color: 5049704.

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

Color convert

RGB 104 13 77 -
CMYK 0 0.88 0.26 0.59
HSL 317.8º 0.78% 0.23% -
HSV(B) 317.8º 0.88% 0.41% -
XYZ 7.19 3.77 7.37 -
YUV 47.51 144.65 168.3 -
System Red Green Blue C M Y K H S L
Decimal 104 13 77 0 0.88 0.26 0.59 317.8 0.78 0.23
Hex 68 D 4D 0 58 1A 3B 13E 4E 17
Octal 150 15 115 0 130 32 73 476 116 27
Binary 1101000 1101 1001101 0 1011000 11010 111011 100111110 1001110 10111

Color Harmonies of #680D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680D4D

Black with #680D4D

Text Example


Text Example

White with #680D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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