Html Css Color HEX #680E30 Tyrian Purple

📋 copy color: '#680E30'

red 104 ◦ green 14 ◦ blue 48

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

Shades of Tyrian Purple #680E30

Tints of Tyrian Purple #680E30

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.43%

 BLUE value IS 48 (19.14% from 255) = 28.92%

R = 62.65%
G = 8.43%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#680E30 (or 0x680E30) is known color: Tyrian Purple. HEX triplet: 68, 0E and 30. RGB value is (104,14,48). Sum of RGB (Red+Green+Blue) = 104+14+48=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #680E30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680E30 is #97F1CF. Grayscale: #2C2C2C. Windows color (decimal): -9957840 or 3149416. OLE color: 3149416.

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

Color convert

RGB 104 14 48 -
CMYK 0 0.87 0.54 0.59
HSL 337.33º 0.76% 0.23% -
HSV(B) 337.33º 0.87% 0.41% -
XYZ 6.4 3.47 3.13 -
YUV 44.79 129.82 170.24 -
System Red Green Blue C M Y K H S L
Decimal 104 14 48 0 0.87 0.54 0.59 337.33 0.76 0.23
Hex 68 E 30 0 57 36 3B 151 4C 17
Octal 150 16 60 0 127 66 73 521 114 27
Binary 1101000 1110 110000 0 1010111 110110 111011 101010001 1001100 10111

Color Harmonies of #680E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680E30

Black with #680E30

Text Example


Text Example

White with #680E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,14,48); }

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

background-color css

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

 a { background-color: rgb(104,14,48); }

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

border-color css

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

 span { border-color: rgb(104,14,48); }

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