Html Css Color HEX #680F36 Tyrian Purple

📋 copy color: '#680F36'

red 104 ◦ green 15 ◦ blue 54

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

Shades of Tyrian Purple #680F36

Tints of Tyrian Purple #680F36

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.67%

 BLUE value IS 54 (21.48% from 255) = 31.21%

R = 60.12%
G = 8.67%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#680F36 (or 0x680F36) is known color: Tyrian Purple. HEX triplet: 68, 0F and 36. RGB value is (104,15,54). Sum of RGB (Red+Green+Blue) = 104+15+54=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #680F36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680F36 is #97F0C9. Grayscale: #2D2D2D. Windows color (decimal): -9957578 or 3542888. OLE color: 3542888.

HSL color Cylindrical-coordinate representation of color #680F36: hue angle of 333.71º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #680F36 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 15 54 -
CMYK 0 0.86 0.48 0.59
HSL 333.71º 0.75% 0.23% -
HSV(B) 333.71º 0.86% 0.41% -
XYZ 6.55 3.55 3.83 -
YUV 46.06 132.49 169.33 -
System Red Green Blue C M Y K H S L
Decimal 104 15 54 0 0.86 0.48 0.59 333.71 0.75 0.23
Hex 68 F 36 0 56 30 3B 14E 4B 17
Octal 150 17 66 0 126 60 73 516 113 27
Binary 1101000 1111 110110 0 1010110 110000 111011 101001110 1001011 10111

Color Harmonies of #680F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680F36

Black with #680F36

Text Example


Text Example

White with #680F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,15,54); }

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

background-color css

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

 a { background-color: rgb(104,15,54); }

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

border-color css

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

 span { border-color: rgb(104,15,54); }

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