Html Css Color HEX #680B2F Tyrian Purple

📋 copy color: '#680B2F'

red 104 ◦ green 11 ◦ blue 47

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

Shades of Tyrian Purple #680B2F

Tints of Tyrian Purple #680B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.01%

R = 64.2%
G = 6.79%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#680B2F (or 0x680B2F) is known color: Tyrian Purple. HEX triplet: 68, 0B and 2F. RGB value is (104,11,47). Sum of RGB (Red+Green+Blue) = 104+11+47=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #680B2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B2F is #97F4D0. Grayscale: #2A2A2A. Windows color (decimal): -9958609 or 3083112. OLE color: 3083112.

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

Color convert

RGB 104 11 47 -
CMYK 0 0.89 0.55 0.59
HSL 336.77º 0.81% 0.23% -
HSV(B) 336.77º 0.89% 0.41% -
XYZ 6.34 3.39 3.01 -
YUV 42.91 130.31 171.57 -
System Red Green Blue C M Y K H S L
Decimal 104 11 47 0 0.89 0.55 0.59 336.77 0.81 0.23
Hex 68 B 2F 0 59 37 3B 151 51 17
Octal 150 13 57 0 131 67 73 521 121 27
Binary 1101000 1011 101111 0 1011001 110111 111011 101010001 1010001 10111

Color Harmonies of #680B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B2F

Black with #680B2F

Text Example


Text Example

White with #680B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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