Html Css Color HEX #680E44 Tyrian Purple

📋 copy color: '#680E44'

red 104 ◦ green 14 ◦ blue 68

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

Shades of Tyrian Purple #680E44

Tints of Tyrian Purple #680E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.56%

R = 55.91%
G = 7.53%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#680E44 (or 0x680E44) is known color: Tyrian Purple. HEX triplet: 68, 0E and 44. RGB value is (104,14,68). Sum of RGB (Red+Green+Blue) = 104+14+68=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #680E44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680E44 is #97F1BB. Grayscale: #2E2E2E. Windows color (decimal): -9957820 or 4460136. OLE color: 4460136.

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

Color convert

RGB 104 14 68 -
CMYK 0 0.87 0.35 0.59
HSL 324º 0.76% 0.23% -
HSV(B) 324º 0.87% 0.41% -
XYZ 6.91 3.67 5.81 -
YUV 47.07 139.82 168.61 -
System Red Green Blue C M Y K H S L
Decimal 104 14 68 0 0.87 0.35 0.59 324 0.76 0.23
Hex 68 E 44 0 57 23 3B 144 4C 17
Octal 150 16 104 0 127 43 73 504 114 27
Binary 1101000 1110 1000100 0 1010111 100011 111011 101000100 1001100 10111

Color Harmonies of #680E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680E44

Black with #680E44

Text Example


Text Example

White with #680E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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