Html Css Color HEX #680B45 Tyrian Purple

📋 copy color: '#680B45'

red 104 ◦ green 11 ◦ blue 69

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

Shades of Tyrian Purple #680B45

Tints of Tyrian Purple #680B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.5%

R = 56.52%
G = 5.98%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#680B45 (or 0x680B45) is known color: Tyrian Purple. HEX triplet: 68, 0B and 45. RGB value is (104,11,69). Sum of RGB (Red+Green+Blue) = 104+11+69=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #680B45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B45 is #97F4BA. Grayscale: #2D2D2D. Windows color (decimal): -9958587 or 4524904. OLE color: 4524904.

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

Color convert

RGB 104 11 69 -
CMYK 0 0.89 0.34 0.59
HSL 322.58º 0.81% 0.23% -
HSV(B) 322.58º 0.89% 0.41% -
XYZ 6.9 3.61 5.96 -
YUV 45.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 104 11 69 0 0.89 0.34 0.59 322.58 0.81 0.23
Hex 68 B 45 0 59 22 3B 143 51 17
Octal 150 13 105 0 131 42 73 503 121 27
Binary 1101000 1011 1000101 0 1011001 100010 111011 101000011 1010001 10111

Color Harmonies of #680B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B45

Black with #680B45

Text Example


Text Example

White with #680B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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