Html Css Color HEX #680A2C Tyrian Purple

📋 copy color: '#680A2C'

red 104 ◦ green 10 ◦ blue 44

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

Shades of Tyrian Purple #680A2C

Tints of Tyrian Purple #680A2C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.33%

 BLUE value IS 44 (17.58% from 255) = 27.85%

R = 65.82%
G = 6.33%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#680A2C (or 0x680A2C) is known color: Tyrian Purple. HEX triplet: 68, 0A and 2C. RGB value is (104,10,44). Sum of RGB (Red+Green+Blue) = 104+10+44=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #680A2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A2C is #97F5D3. Grayscale: #292929. Windows color (decimal): -9958868 or 2886248. OLE color: 2886248.

HSL color Cylindrical-coordinate representation of color #680A2C: hue angle of 338.3º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A2C is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 10 44 -
CMYK 0 0.90 0.58 0.59
HSL 338.3º 0.82% 0.22% -
HSV(B) 338.3º 0.9% 0.41% -
XYZ 6.27 3.34 2.7 -
YUV 41.98 129.14 172.24 -
System Red Green Blue C M Y K H S L
Decimal 104 10 44 0 0.90 0.58 0.59 338.3 0.82 0.22
Hex 68 A 2C 0 5A 3A 3B 152 52 16
Octal 150 12 54 0 132 72 73 522 122 26
Binary 1101000 1010 101100 0 1011010 111010 111011 101010010 1010010 10110

Color Harmonies of #680A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A2C

Black with #680A2C

Text Example


Text Example

White with #680A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,10,44); }

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

background-color css

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

 a { background-color: rgb(104,10,44); }

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

border-color css

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

 span { border-color: rgb(104,10,44); }

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