Html Css Color HEX #680C2E Tyrian Purple

📋 copy color: '#680C2E'

red 104 ◦ green 12 ◦ blue 46

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

Shades of Tyrian Purple #680C2E

Tints of Tyrian Purple #680C2E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.41%

 BLUE value IS 46 (18.36% from 255) = 28.4%

R = 64.2%
G = 7.41%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#680C2E (or 0x680C2E) is known color: Tyrian Purple. HEX triplet: 68, 0C and 2E. RGB value is (104,12,46). Sum of RGB (Red+Green+Blue) = 104+12+46=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #680C2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C2E is #97F3D1. Grayscale: #2B2B2B. Windows color (decimal): -9958354 or 3017832. OLE color: 3017832.

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

Color convert

RGB 104 12 46 -
CMYK 0 0.88 0.56 0.59
HSL 337.83º 0.79% 0.23% -
HSV(B) 337.83º 0.88% 0.41% -
XYZ 6.33 3.4 2.91 -
YUV 43.38 129.48 171.24 -
System Red Green Blue C M Y K H S L
Decimal 104 12 46 0 0.88 0.56 0.59 337.83 0.79 0.23
Hex 68 C 2E 0 58 38 3B 152 4F 17
Octal 150 14 56 0 130 70 73 522 117 27
Binary 1101000 1100 101110 0 1011000 111000 111011 101010010 1001111 10111

Color Harmonies of #680C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C2E

Black with #680C2E

Text Example


Text Example

White with #680C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,12,46); }

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

background-color css

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

 a { background-color: rgb(104,12,46); }

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

border-color css

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

 span { border-color: rgb(104,12,46); }

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