Html Css Color HEX #681040 Tyrian Purple

📋 copy color: '#681040'

red 104 ◦ green 16 ◦ blue 64

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

Shades of Tyrian Purple #681040

Tints of Tyrian Purple #681040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.7%

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

R = 56.52%
G = 8.7%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#681040 (or 0x681040) is known color: Tyrian Purple. HEX triplet: 68, 10 and 40. RGB value is (104,16,64). Sum of RGB (Red+Green+Blue) = 104+16+64=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #681040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681040 is #97EFBF. Grayscale: #2F2F2F. Windows color (decimal): -9957312 or 4198504. OLE color: 4198504.

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

Color convert

RGB 104 16 64 -
CMYK 0 0.85 0.38 0.59
HSL 327.27º 0.73% 0.24% -
HSV(B) 327.27º 0.85% 0.41% -
XYZ 6.82 3.68 5.2 -
YUV 47.78 137.15 168.1 -
System Red Green Blue C M Y K H S L
Decimal 104 16 64 0 0.85 0.38 0.59 327.27 0.73 0.24
Hex 68 10 40 0 55 26 3B 147 49 18
Octal 150 20 100 0 125 46 73 507 111 30
Binary 1101000 10000 1000000 0 1010101 100110 111011 101000111 1001001 11000

Color Harmonies of #681040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681040

Black with #681040

Text Example


Text Example

White with #681040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681040; }

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

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

background-color css

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

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

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

border-color css

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

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

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