Html Css Color HEX #680046 Tyrian Purple

📋 copy color: '#680046'

red 104 ◦ green 0 ◦ blue 70

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

Shades of Tyrian Purple #680046

Tints of Tyrian Purple #680046

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.77%
G = 0%
B = 40.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#680046 (or 0x680046) is known color: Tyrian Purple. HEX triplet: 68, 00 and 46. RGB value is (104,0,70). Sum of RGB (Red+Green+Blue) = 104+0+70=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #680046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680046 is #97FFB9. Grayscale: #262626. Windows color (decimal): -9961402 or 4587624. OLE color: 4587624.

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

Color convert

RGB 104 0 70 -
CMYK 0 1 0.33 0.59
HSL 319.62º 1% 0.2% -
HSV(B) 319.62º 1% 0.41% -
XYZ 6.81 3.39 6.09 -
YUV 39.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 104 0 70 0 1 0.33 0.59 319.62 1 0.2
Hex 68 0 46 0 64 21 3B 140 64 14
Octal 150 0 106 0 144 41 73 500 144 24
Binary 1101000 0 1000110 0 1100100 100001 111011 101000000 1100100 10100

Color Harmonies of #680046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680046

Black with #680046

Text Example


Text Example

White with #680046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680046; }

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

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

background-color css

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

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

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

border-color css

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

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

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