Html Css Color HEX #681047 Tyrian Purple

📋 copy color: '#681047'

red 104 ◦ green 16 ◦ blue 71

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

Shades of Tyrian Purple #681047

Tints of Tyrian Purple #681047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 37.17%

R = 54.45%
G = 8.38%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#681047 (or 0x681047) is known color: Tyrian Purple. HEX triplet: 68, 10 and 47. RGB value is (104,16,71). Sum of RGB (Red+Green+Blue) = 104+16+71=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #681047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681047 is #97EFB8. Grayscale: #303030. Windows color (decimal): -9957305 or 4657256. OLE color: 4657256.

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

Color convert

RGB 104 16 71 -
CMYK 0 0.85 0.32 0.59
HSL 322.5º 0.73% 0.24% -
HSV(B) 322.5º 0.85% 0.41% -
XYZ 7.03 3.77 6.32 -
YUV 48.58 140.65 167.53 -
System Red Green Blue C M Y K H S L
Decimal 104 16 71 0 0.85 0.32 0.59 322.5 0.73 0.24
Hex 68 10 47 0 55 20 3B 142 49 18
Octal 150 20 107 0 125 40 73 502 111 30
Binary 1101000 10000 1000111 0 1010101 100000 111011 101000010 1001001 11000

Color Harmonies of #681047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681047

Black with #681047

Text Example


Text Example

White with #681047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681047; }

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

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

background-color css

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

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

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

border-color css

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

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

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