Html Css Color HEX #681036 Tyrian Purple

📋 copy color: '#681036'

red 104 ◦ green 16 ◦ blue 54

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

Shades of Tyrian Purple #681036

Tints of Tyrian Purple #681036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 31.03%

R = 59.77%
G = 9.2%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#681036 (or 0x681036) is known color: Tyrian Purple. HEX triplet: 68, 10 and 36. RGB value is (104,16,54). Sum of RGB (Red+Green+Blue) = 104+16+54=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #681036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681036 is #97EFC9. Grayscale: #2E2E2E. Windows color (decimal): -9957322 or 3543144. OLE color: 3543144.

HSL color Cylindrical-coordinate representation of color #681036: hue angle of 334.09º 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 #681036 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 16 54 -
CMYK 0 0.85 0.48 0.59
HSL 334.09º 0.73% 0.24% -
HSV(B) 334.09º 0.85% 0.41% -
XYZ 6.56 3.58 3.84 -
YUV 46.64 132.15 168.91 -
System Red Green Blue C M Y K H S L
Decimal 104 16 54 0 0.85 0.48 0.59 334.09 0.73 0.24
Hex 68 10 36 0 55 30 3B 14E 49 18
Octal 150 20 66 0 125 60 73 516 111 30
Binary 1101000 10000 110110 0 1010101 110000 111011 101001110 1001001 11000

Color Harmonies of #681036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681036

Black with #681036

Text Example


Text Example

White with #681036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681036; }

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

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

background-color css

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

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

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

border-color css

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

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

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