Html Css Color HEX #680056 Tyrian Purple

📋 copy color: '#680056'

red 104 ◦ green 0 ◦ blue 86

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

Shades of Tyrian Purple #680056

Tints of Tyrian Purple #680056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 45.26%

R = 54.74%
G = 0%
B = 45.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#680056 (or 0x680056) is known color: Tyrian Purple. HEX triplet: 68, 00 and 56. RGB value is (104,0,86). Sum of RGB (Red+Green+Blue) = 104+0+86=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #680056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680056 is #97FFA9. Grayscale: #282828. Windows color (decimal): -9961386 or 5636200. OLE color: 5636200.

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

Color convert

RGB 104 0 86 -
CMYK 0 1 0.17 0.59
HSL 310.38º 1% 0.2% -
HSV(B) 310.38º 1% 0.41% -
XYZ 7.39 3.61 9.11 -
YUV 40.9 153.46 173.01 -
System Red Green Blue C M Y K H S L
Decimal 104 0 86 0 1 0.17 0.59 310.38 1 0.2
Hex 68 0 56 0 64 11 3B 136 64 14
Octal 150 0 126 0 144 21 73 466 144 24
Binary 1101000 0 1010110 0 1100100 10001 111011 100110110 1100100 10100

Color Harmonies of #680056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680056

Black with #680056

Text Example


Text Example

White with #680056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680056; }

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

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

background-color css

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

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

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

border-color css

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

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

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