Html Css Color HEX #680155 Tyrian Purple

📋 copy color: '#680155'

red 104 ◦ green 1 ◦ blue 85

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

Shades of Tyrian Purple #680155

Tints of Tyrian Purple #680155

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 54.74%
G = 0.53%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#680155 (or 0x680155) is known color: Tyrian Purple. HEX triplet: 68, 01 and 55. RGB value is (104,1,85). Sum of RGB (Red+Green+Blue) = 104+1+85=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #680155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680155 is #97FEAA. Grayscale: #292929. Windows color (decimal): -9961131 or 5570920. OLE color: 5570920.

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

Color convert

RGB 104 1 85 -
CMYK 0 0.99 0.18 0.59
HSL 311.07º 0.98% 0.21% -
HSV(B) 311.07º 0.99% 0.41% -
XYZ 7.36 3.62 8.91 -
YUV 41.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 104 1 85 0 0.99 0.18 0.59 311.07 0.98 0.21
Hex 68 1 55 0 63 12 3B 137 62 15
Octal 150 1 125 0 143 22 73 467 142 25
Binary 1101000 1 1010101 0 1100011 10010 111011 100110111 1100010 10101

Color Harmonies of #680155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680155

Black with #680155

Text Example


Text Example

White with #680155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680155; }

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

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

background-color css

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

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

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

border-color css

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

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

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