Html Css Color HEX #680050 Tyrian Purple

📋 copy color: '#680050'

red 104 ◦ green 0 ◦ blue 80

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

Shades of Tyrian Purple #680050

Tints of Tyrian Purple #680050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 43.48%

R = 56.52%
G = 0%
B = 43.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#680050 (or 0x680050) is known color: Tyrian Purple. HEX triplet: 68, 00 and 50. RGB value is (104,0,80). Sum of RGB (Red+Green+Blue) = 104+0+80=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #680050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680050 is #97FFAF. Grayscale: #282828. Windows color (decimal): -9961392 or 5242984. OLE color: 5242984.

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

Color convert

RGB 104 0 80 -
CMYK 0 1 0.23 0.59
HSL 313.85º 1% 0.2% -
HSV(B) 313.85º 1% 0.41% -
XYZ 7.16 3.52 7.89 -
YUV 40.22 150.46 173.5 -
System Red Green Blue C M Y K H S L
Decimal 104 0 80 0 1 0.23 0.59 313.85 1 0.2
Hex 68 0 50 0 64 17 3B 13A 64 14
Octal 150 0 120 0 144 27 73 472 144 24
Binary 1101000 0 1010000 0 1100100 10111 111011 100111010 1100100 10100

Color Harmonies of #680050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680050

Black with #680050

Text Example


Text Example

White with #680050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680050; }

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

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

background-color css

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

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

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

border-color css

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

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

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