Html Css Color HEX #680B2E Tyrian Purple

📋 copy color: '#680B2E'

red 104 ◦ green 11 ◦ blue 46

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

Shades of Tyrian Purple #680B2E

Tints of Tyrian Purple #680B2E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.83%

 BLUE value IS 46 (18.36% from 255) = 28.57%

R = 64.6%
G = 6.83%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#680B2E (or 0x680B2E) is known color: Tyrian Purple. HEX triplet: 68, 0B and 2E. RGB value is (104,11,46). Sum of RGB (Red+Green+Blue) = 104+11+46=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #680B2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B2E is #97F4D1. Grayscale: #2A2A2A. Windows color (decimal): -9958610 or 3017576. OLE color: 3017576.

HSL color Cylindrical-coordinate representation of color #680B2E: hue angle of 337.42º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680B2E is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 11 46 -
CMYK 0 0.89 0.56 0.59
HSL 337.42º 0.81% 0.23% -
HSV(B) 337.42º 0.89% 0.41% -
XYZ 6.32 3.38 2.9 -
YUV 42.8 129.81 171.65 -
System Red Green Blue C M Y K H S L
Decimal 104 11 46 0 0.89 0.56 0.59 337.42 0.81 0.23
Hex 68 B 2E 0 59 38 3B 151 51 17
Octal 150 13 56 0 131 70 73 521 121 27
Binary 1101000 1011 101110 0 1011001 111000 111011 101010001 1010001 10111

Color Harmonies of #680B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B2E

Black with #680B2E

Text Example


Text Example

White with #680B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,11,46); }

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

background-color css

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

 a { background-color: rgb(104,11,46); }

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

border-color css

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

 span { border-color: rgb(104,11,46); }

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