Html Css Color HEX #680556 Tyrian Purple

📋 copy color: '#680556'

red 104 ◦ green 5 ◦ blue 86

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

Shades of Tyrian Purple #680556

Tints of Tyrian Purple #680556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 44.1%

R = 53.33%
G = 2.56%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#680556 (or 0x680556) is known color: Tyrian Purple. HEX triplet: 68, 05 and 56. RGB value is (104,5,86). Sum of RGB (Red+Green+Blue) = 104+5+86=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #680556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680556 is #97FAA9. Grayscale: #2B2B2B. Windows color (decimal): -9960106 or 5637480. OLE color: 5637480.

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

Color convert

RGB 104 5 86 -
CMYK 0 0.95 0.17 0.59
HSL 310.91º 0.91% 0.21% -
HSV(B) 310.91º 0.95% 0.41% -
XYZ 7.44 3.72 9.13 -
YUV 43.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 104 5 86 0 0.95 0.17 0.59 310.91 0.91 0.21
Hex 68 5 56 0 5F 11 3B 137 5B 15
Octal 150 5 126 0 137 21 73 467 133 25
Binary 1101000 101 1010110 0 1011111 10001 111011 100110111 1011011 10101

Color Harmonies of #680556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680556

Black with #680556

Text Example


Text Example

White with #680556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680556; }

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

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

background-color css

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

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

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

border-color css

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

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

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