Html Css Color HEX #680B2D Tyrian Purple

📋 copy color: '#680B2D'

red 104 ◦ green 11 ◦ blue 45

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

Shades of Tyrian Purple #680B2D

Tints of Tyrian Purple #680B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 28.13%

R = 65%
G = 6.88%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#680B2D (or 0x680B2D) is known color: Tyrian Purple. HEX triplet: 68, 0B and 2D. RGB value is (104,11,45). Sum of RGB (Red+Green+Blue) = 104+11+45=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 11 (4.69% from 255 or 6.88% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #680B2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B2D is #97F4D2. Grayscale: #2A2A2A. Windows color (decimal): -9958611 or 2952040. OLE color: 2952040.

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

Color convert

RGB 104 11 45 -
CMYK 0 0.89 0.57 0.59
HSL 338.06º 0.81% 0.23% -
HSV(B) 338.06º 0.89% 0.41% -
XYZ 6.3 3.37 2.8 -
YUV 42.68 129.31 171.74 -
System Red Green Blue C M Y K H S L
Decimal 104 11 45 0 0.89 0.57 0.59 338.06 0.81 0.23
Hex 68 B 2D 0 59 39 3B 152 51 17
Octal 150 13 55 0 131 71 73 522 121 27
Binary 1101000 1011 101101 0 1011001 111001 111011 101010010 1010001 10111

Color Harmonies of #680B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B2D

Black with #680B2D

Text Example


Text Example

White with #680B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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