Html Css Color HEX #680C49 Tyrian Purple

📋 copy color: '#680C49'

red 104 ◦ green 12 ◦ blue 73

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

Shades of Tyrian Purple #680C49

Tints of Tyrian Purple #680C49

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.35%

 BLUE value IS 73 (28.91% from 255) = 38.62%

R = 55.03%
G = 6.35%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#680C49 (or 0x680C49) is known color: Tyrian Purple. HEX triplet: 68, 0C and 49. RGB value is (104,12,73). Sum of RGB (Red+Green+Blue) = 104+12+73=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #680C49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C49 is #97F3B6. Grayscale: #2E2E2E. Windows color (decimal): -9958327 or 4787304. OLE color: 4787304.

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

Color convert

RGB 104 12 73 -
CMYK 0 0.88 0.30 0.59
HSL 320.22º 0.79% 0.23% -
HSV(B) 320.22º 0.88% 0.41% -
XYZ 7.04 3.69 6.64 -
YUV 46.46 142.98 169.04 -
System Red Green Blue C M Y K H S L
Decimal 104 12 73 0 0.88 0.30 0.59 320.22 0.79 0.23
Hex 68 C 49 0 58 1E 3B 140 4F 17
Octal 150 14 111 0 130 36 73 500 117 27
Binary 1101000 1100 1001001 0 1011000 11110 111011 101000000 1001111 10111

Color Harmonies of #680C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C49

Black with #680C49

Text Example


Text Example

White with #680C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,12,73); }

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

background-color css

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

 a { background-color: rgb(104,12,73); }

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

border-color css

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

 span { border-color: rgb(104,12,73); }

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