Html Css Color HEX #680E56 Palatinate Purple

📋 copy color: '#680E56'

red 104 ◦ green 14 ◦ blue 86

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

Shades of Palatinate Purple #680E56

Tints of Palatinate Purple #680E56

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.86%

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

R = 50.98%
G = 6.86%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#680E56 (or 0x680E56) is known color: Palatinate Purple. HEX triplet: 68, 0E and 56. RGB value is (104,14,86). Sum of RGB (Red+Green+Blue) = 104+14+86=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #680E56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680E56 is #97F1A9. Grayscale: #303030. Windows color (decimal): -9957802 or 5639784. OLE color: 5639784.

HSL color Cylindrical-coordinate representation of color #680E56: hue angle of 312º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #680E56 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 14 86 -
CMYK 0 0.87 0.17 0.59
HSL 312º 0.76% 0.23% -
HSV(B) 312º 0.87% 0.41% -
XYZ 7.55 3.93 9.16 -
YUV 49.12 148.82 167.15 -
System Red Green Blue C M Y K H S L
Decimal 104 14 86 0 0.87 0.17 0.59 312 0.76 0.23
Hex 68 E 56 0 57 11 3B 138 4C 17
Octal 150 16 126 0 127 21 73 470 114 27
Binary 1101000 1110 1010110 0 1010111 10001 111011 100111000 1001100 10111

Color Harmonies of #680E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680E56

Black with #680E56

Text Example


Text Example

White with #680E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680E56; }

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

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

background-color css

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

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

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

border-color css

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

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

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