Html Css Color HEX #680B32 Tyrian Purple

📋 copy color: '#680B32'

red 104 ◦ green 11 ◦ blue 50

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

Shades of Tyrian Purple #680B32

Tints of Tyrian Purple #680B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.3%

R = 63.03%
G = 6.67%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#680B32 (or 0x680B32) is known color: Tyrian Purple. HEX triplet: 68, 0B and 32. RGB value is (104,11,50). Sum of RGB (Red+Green+Blue) = 104+11+50=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #680B32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B32 is #97F4CD. Grayscale: #2B2B2B. Windows color (decimal): -9958606 or 3279720. OLE color: 3279720.

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

Color convert

RGB 104 11 50 -
CMYK 0 0.89 0.52 0.59
HSL 334.84º 0.81% 0.23% -
HSV(B) 334.84º 0.89% 0.41% -
XYZ 6.4 3.41 3.34 -
YUV 43.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 104 11 50 0 0.89 0.52 0.59 334.84 0.81 0.23
Hex 68 B 32 0 59 34 3B 14F 51 17
Octal 150 13 62 0 131 64 73 517 121 27
Binary 1101000 1011 110010 0 1011001 110100 111011 101001111 1010001 10111

Color Harmonies of #680B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B32

Black with #680B32

Text Example


Text Example

White with #680B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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