Html Css Color HEX #680A31 Tyrian Purple

📋 copy color: '#680A31'

red 104 ◦ green 10 ◦ blue 49

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

Shades of Tyrian Purple #680A31

Tints of Tyrian Purple #680A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 30.06%

R = 63.8%
G = 6.13%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#680A31 (or 0x680A31) is known color: Tyrian Purple. HEX triplet: 68, 0A and 31. RGB value is (104,10,49). Sum of RGB (Red+Green+Blue) = 104+10+49=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #680A31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A31 is #97F5CE. Grayscale: #2A2A2A. Windows color (decimal): -9958863 or 3213928. OLE color: 3213928.

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

Color convert

RGB 104 10 49 -
CMYK 0 0.90 0.53 0.59
HSL 335.11º 0.82% 0.22% -
HSV(B) 335.11º 0.9% 0.41% -
XYZ 6.37 3.38 3.22 -
YUV 42.55 131.64 171.83 -
System Red Green Blue C M Y K H S L
Decimal 104 10 49 0 0.90 0.53 0.59 335.11 0.82 0.22
Hex 68 A 31 0 5A 35 3B 14F 52 16
Octal 150 12 61 0 132 65 73 517 122 26
Binary 1101000 1010 110001 0 1011010 110101 111011 101001111 1010010 10110

Color Harmonies of #680A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A31

Black with #680A31

Text Example


Text Example

White with #680A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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