Html Css Color HEX #680557 Tyrian Purple

📋 copy color: '#680557'

red 104 ◦ green 5 ◦ blue 87

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

Shades of Tyrian Purple #680557

Tints of Tyrian Purple #680557

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.55%

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

R = 53.06%
G = 2.55%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#680557 (or 0x680557) is known color: Tyrian Purple. HEX triplet: 68, 05 and 57. RGB value is (104,5,87). Sum of RGB (Red+Green+Blue) = 104+5+87=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #680557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680557 is #97FAA8. Grayscale: #2B2B2B. Windows color (decimal): -9960105 or 5703016. OLE color: 5703016.

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

Color convert

RGB 104 5 87 -
CMYK 0 0.95 0.16 0.59
HSL 310.3º 0.91% 0.21% -
HSV(B) 310.3º 0.95% 0.41% -
XYZ 7.48 3.74 9.34 -
YUV 43.95 152.3 170.83 -
System Red Green Blue C M Y K H S L
Decimal 104 5 87 0 0.95 0.16 0.59 310.3 0.91 0.21
Hex 68 5 57 0 5F 10 3B 136 5B 15
Octal 150 5 127 0 137 20 73 466 133 25
Binary 1101000 101 1010111 0 1011111 10000 111011 100110110 1011011 10101

Color Harmonies of #680557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680557

Black with #680557

Text Example


Text Example

White with #680557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680557; }

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

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

background-color css

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

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

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

border-color css

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

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

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