Html Css Color HEX #681051 Tyrian Purple

📋 copy color: '#681051'

red 104 ◦ green 16 ◦ blue 81

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

Shades of Tyrian Purple #681051

Tints of Tyrian Purple #681051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.3%

R = 51.74%
G = 7.96%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#681051 (or 0x681051) is known color: Tyrian Purple. HEX triplet: 68, 10 and 51. RGB value is (104,16,81). Sum of RGB (Red+Green+Blue) = 104+16+81=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #681051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681051 is #97EFAE. Grayscale: #313131. Windows color (decimal): -9957295 or 5312616. OLE color: 5312616.

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

Color convert

RGB 104 16 81 -
CMYK 0 0.85 0.22 0.59
HSL 315.68º 0.73% 0.24% -
HSV(B) 315.68º 0.85% 0.41% -
XYZ 7.38 3.91 8.15 -
YUV 49.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 104 16 81 0 0.85 0.22 0.59 315.68 0.73 0.24
Hex 68 10 51 0 55 16 3B 13C 49 18
Octal 150 20 121 0 125 26 73 474 111 30
Binary 1101000 10000 1010001 0 1010101 10110 111011 100111100 1001001 11000

Color Harmonies of #681051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681051

Black with #681051

Text Example


Text Example

White with #681051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681051; }

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

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

background-color css

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

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

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

border-color css

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

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

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