Html Css Color HEX #680A34 Tyrian Purple

📋 copy color: '#680A34'

red 104 ◦ green 10 ◦ blue 52

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

Shades of Tyrian Purple #680A34

Tints of Tyrian Purple #680A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 31.33%

R = 62.65%
G = 6.02%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#680A34 (or 0x680A34) is known color: Tyrian Purple. HEX triplet: 68, 0A and 34. RGB value is (104,10,52). Sum of RGB (Red+Green+Blue) = 104+10+52=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #680A34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A34 is #97F5CB. Grayscale: #2A2A2A. Windows color (decimal): -9958860 or 3410536. OLE color: 3410536.

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

Color convert

RGB 104 10 52 -
CMYK 0 0.90 0.50 0.59
HSL 333.19º 0.82% 0.22% -
HSV(B) 333.19º 0.9% 0.41% -
XYZ 6.44 3.41 3.57 -
YUV 42.89 133.14 171.58 -
System Red Green Blue C M Y K H S L
Decimal 104 10 52 0 0.90 0.50 0.59 333.19 0.82 0.22
Hex 68 A 34 0 5A 32 3B 14D 52 16
Octal 150 12 64 0 132 62 73 515 122 26
Binary 1101000 1010 110100 0 1011010 110010 111011 101001101 1010010 10110

Color Harmonies of #680A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A34

Black with #680A34

Text Example


Text Example

White with #680A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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