Html Css Color HEX #680346 Tyrian Purple

📋 copy color: '#680346'

red 104 ◦ green 3 ◦ blue 70

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

Shades of Tyrian Purple #680346

Tints of Tyrian Purple #680346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

 BLUE value IS 70 (27.73% from 255) = 39.55%

R = 58.76%
G = 1.69%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#680346 (or 0x680346) is known color: Tyrian Purple. HEX triplet: 68, 03 and 46. RGB value is (104,3,70). Sum of RGB (Red+Green+Blue) = 104+3+70=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #680346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680346 is #97FCB9. Grayscale: #282828. Windows color (decimal): -9960634 or 4588392. OLE color: 4588392.

HSL color Cylindrical-coordinate representation of color #680346: hue angle of 320.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680346 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 3 70 -
CMYK 0 0.97 0.33 0.59
HSL 320.2º 0.94% 0.21% -
HSV(B) 320.2º 0.97% 0.41% -
XYZ 6.85 3.45 6.1 -
YUV 40.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 104 3 70 0 0.97 0.33 0.59 320.2 0.94 0.21
Hex 68 3 46 0 61 21 3B 140 5E 15
Octal 150 3 106 0 141 41 73 500 136 25
Binary 1101000 11 1000110 0 1100001 100001 111011 101000000 1011110 10101

Color Harmonies of #680346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680346

Black with #680346

Text Example


Text Example

White with #680346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680346; }

 p { color: rgb(104,3,70); }

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

background-color css

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

 a { background-color: rgb(104,3,70); }

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

border-color css

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

 span { border-color: rgb(104,3,70); }

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