Html Css Color HEX #680B54 Tyrian Purple

📋 copy color: '#680B54'

red 104 ◦ green 11 ◦ blue 84

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

Shades of Tyrian Purple #680B54

Tints of Tyrian Purple #680B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 42.21%

R = 52.26%
G = 5.53%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#680B54 (or 0x680B54) is known color: Tyrian Purple. HEX triplet: 68, 0B and 54. RGB value is (104,11,84). Sum of RGB (Red+Green+Blue) = 104+11+84=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #680B54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B54 is #97F4AB. Grayscale: #2E2E2E. Windows color (decimal): -9958572 or 5507944. OLE color: 5507944.

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

Color convert

RGB 104 11 84 -
CMYK 0 0.89 0.19 0.59
HSL 312.9º 0.81% 0.23% -
HSV(B) 312.9º 0.89% 0.41% -
XYZ 7.43 3.82 8.73 -
YUV 47.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 104 11 84 0 0.89 0.19 0.59 312.9 0.81 0.23
Hex 68 B 54 0 59 13 3B 139 51 17
Octal 150 13 124 0 131 23 73 471 121 27
Binary 1101000 1011 1010100 0 1011001 10011 111011 100111001 1010001 10111

Color Harmonies of #680B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B54

Black with #680B54

Text Example


Text Example

White with #680B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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