Html Css Color HEX #680B3C Tyrian Purple

📋 copy color: '#680B3C'

red 104 ◦ green 11 ◦ blue 60

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

Shades of Tyrian Purple #680B3C

Tints of Tyrian Purple #680B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.29%

R = 59.43%
G = 6.29%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#680B3C (or 0x680B3C) is known color: Tyrian Purple. HEX triplet: 68, 0B and 3C. RGB value is (104,11,60). Sum of RGB (Red+Green+Blue) = 104+11+60=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #680B3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B3C is #97F4C3. Grayscale: #2C2C2C. Windows color (decimal): -9958596 or 3935080. OLE color: 3935080.

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

Color convert

RGB 104 11 60 -
CMYK 0 0.89 0.42 0.59
HSL 328.39º 0.81% 0.23% -
HSV(B) 328.39º 0.89% 0.41% -
XYZ 6.64 3.51 4.6 -
YUV 44.39 136.81 170.52 -
System Red Green Blue C M Y K H S L
Decimal 104 11 60 0 0.89 0.42 0.59 328.39 0.81 0.23
Hex 68 B 3C 0 59 2A 3B 148 51 17
Octal 150 13 74 0 131 52 73 510 121 27
Binary 1101000 1011 111100 0 1011001 101010 111011 101001000 1010001 10111

Color Harmonies of #680B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B3C

Black with #680B3C

Text Example


Text Example

White with #680B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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