Html Css Color HEX #680055 Tyrian Purple

📋 copy color: '#680055'

red 104 ◦ green 0 ◦ blue 85

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

Shades of Tyrian Purple #680055

Tints of Tyrian Purple #680055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 44.97%

R = 55.03%
G = 0%
B = 44.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#680055 (or 0x680055) is known color: Tyrian Purple. HEX triplet: 68, 00 and 55. RGB value is (104,0,85). Sum of RGB (Red+Green+Blue) = 104+0+85=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #680055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680055 is #97FFAA. Grayscale: #282828. Windows color (decimal): -9961387 or 5570664. OLE color: 5570664.

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

Color convert

RGB 104 0 85 -
CMYK 0 1 0.18 0.59
HSL 310.96º 1% 0.2% -
HSV(B) 310.96º 1% 0.41% -
XYZ 7.35 3.6 8.9 -
YUV 40.79 152.96 173.09 -
System Red Green Blue C M Y K H S L
Decimal 104 0 85 0 1 0.18 0.59 310.96 1 0.2
Hex 68 0 55 0 64 12 3B 137 64 14
Octal 150 0 125 0 144 22 73 467 144 24
Binary 1101000 0 1010101 0 1100100 10010 111011 100110111 1100100 10100

Color Harmonies of #680055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680055

Black with #680055

Text Example


Text Example

White with #680055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680055; }

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

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

background-color css

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

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

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

border-color css

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

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

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