Html Css Color HEX #681042 Tyrian Purple

📋 copy color: '#681042'

red 104 ◦ green 16 ◦ blue 66

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

Shades of Tyrian Purple #681042

Tints of Tyrian Purple #681042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.48%

R = 55.91%
G = 8.6%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#681042 (or 0x681042) is known color: Tyrian Purple. HEX triplet: 68, 10 and 42. RGB value is (104,16,66). Sum of RGB (Red+Green+Blue) = 104+16+66=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #681042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681042 is #97EFBD. Grayscale: #2F2F2F. Windows color (decimal): -9957310 or 4329576. OLE color: 4329576.

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

Color convert

RGB 104 16 66 -
CMYK 0 0.85 0.37 0.59
HSL 325.91º 0.73% 0.24% -
HSV(B) 325.91º 0.85% 0.41% -
XYZ 6.88 3.71 5.51 -
YUV 48.01 138.15 167.93 -
System Red Green Blue C M Y K H S L
Decimal 104 16 66 0 0.85 0.37 0.59 325.91 0.73 0.24
Hex 68 10 42 0 55 25 3B 146 49 18
Octal 150 20 102 0 125 45 73 506 111 30
Binary 1101000 10000 1000010 0 1010101 100101 111011 101000110 1001001 11000

Color Harmonies of #681042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681042

Black with #681042

Text Example


Text Example

White with #681042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681042; }

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

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

background-color css

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

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

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

border-color css

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

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

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