Html Css Color HEX #680740 Tyrian Purple

📋 copy color: '#680740'

red 104 ◦ green 7 ◦ blue 64

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

Shades of Tyrian Purple #680740

Tints of Tyrian Purple #680740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4%

 BLUE value IS 64 (25.39% from 255) = 36.57%

R = 59.43%
G = 4%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#680740 (or 0x680740) is known color: Tyrian Purple. HEX triplet: 68, 07 and 40. RGB value is (104,7,64). Sum of RGB (Red+Green+Blue) = 104+7+64=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #680740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680740 is #97F8BF. Grayscale: #2A2A2A. Windows color (decimal): -9959616 or 4196200. OLE color: 4196200.

HSL color Cylindrical-coordinate representation of color #680740: hue angle of 324.74º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680740 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 7 64 -
CMYK 0 0.93 0.38 0.59
HSL 324.74º 0.87% 0.22% -
HSV(B) 324.74º 0.93% 0.41% -
XYZ 6.71 3.47 5.17 -
YUV 42.5 140.14 171.87 -
System Red Green Blue C M Y K H S L
Decimal 104 7 64 0 0.93 0.38 0.59 324.74 0.87 0.22
Hex 68 7 40 0 5D 26 3B 145 57 16
Octal 150 7 100 0 135 46 73 505 127 26
Binary 1101000 111 1000000 0 1011101 100110 111011 101000101 1010111 10110

Color Harmonies of #680740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680740

Black with #680740

Text Example


Text Example

White with #680740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680740; }

 p { color: rgb(104,7,64); }

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

background-color css

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

 a { background-color: rgb(104,7,64); }

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

border-color css

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

 span { border-color: rgb(104,7,64); }

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