Html Css Color HEX #680157 Tyrian Purple

📋 copy color: '#680157'

red 104 ◦ green 1 ◦ blue 87

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

Shades of Tyrian Purple #680157

Tints of Tyrian Purple #680157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 45.31%

R = 54.17%
G = 0.52%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#680157 (or 0x680157) is known color: Tyrian Purple. HEX triplet: 68, 01 and 57. RGB value is (104,1,87). Sum of RGB (Red+Green+Blue) = 104+1+87=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #680157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680157 is #97FEA8. Grayscale: #292929. Windows color (decimal): -9961129 or 5701992. OLE color: 5701992.

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

Color convert

RGB 104 1 87 -
CMYK 0 0.99 0.16 0.59
HSL 309.9º 0.98% 0.21% -
HSV(B) 309.9º 0.99% 0.41% -
XYZ 7.44 3.65 9.33 -
YUV 41.6 153.62 172.51 -
System Red Green Blue C M Y K H S L
Decimal 104 1 87 0 0.99 0.16 0.59 309.9 0.98 0.21
Hex 68 1 57 0 63 10 3B 136 62 15
Octal 150 1 127 0 143 20 73 466 142 25
Binary 1101000 1 1010111 0 1100011 10000 111011 100110110 1100010 10101

Color Harmonies of #680157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680157

Black with #680157

Text Example


Text Example

White with #680157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680157; }

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

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

background-color css

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

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

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

border-color css

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

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

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