Html Css Color HEX #680A37 Tyrian Purple

📋 copy color: '#680A37'

red 104 ◦ green 10 ◦ blue 55

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

Shades of Tyrian Purple #680A37

Tints of Tyrian Purple #680A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 32.54%

R = 61.54%
G = 5.92%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#680A37 (or 0x680A37) is known color: Tyrian Purple. HEX triplet: 68, 0A and 37. RGB value is (104,10,55). Sum of RGB (Red+Green+Blue) = 104+10+55=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #680A37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A37 is #97F5C8. Grayscale: #2B2B2B. Windows color (decimal): -9958857 or 3607144. OLE color: 3607144.

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

Color convert

RGB 104 10 55 -
CMYK 0 0.90 0.47 0.59
HSL 331.28º 0.82% 0.22% -
HSV(B) 331.28º 0.9% 0.41% -
XYZ 6.51 3.44 3.93 -
YUV 43.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 104 10 55 0 0.90 0.47 0.59 331.28 0.82 0.22
Hex 68 A 37 0 5A 2F 3B 14B 52 16
Octal 150 12 67 0 132 57 73 513 122 26
Binary 1101000 1010 110111 0 1011010 101111 111011 101001011 1010010 10110

Color Harmonies of #680A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A37

Black with #680A37

Text Example


Text Example

White with #680A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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