Html Css Color HEX #680E6E Purple

📋 copy color: '#680E6E'

red 104 ◦ green 14 ◦ blue 110

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

Shades of Purple #680E6E

Tints of Purple #680E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.25%

R = 45.61%
G = 6.14%
B = 48.25%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#680E6E (or 0x680E6E) is known color: Purple. HEX triplet: 68, 0E and 6E. RGB value is (104,14,110). Sum of RGB (Red+Green+Blue) = 104+14+110=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #680E6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680E6E is #97F191. Grayscale: #333333. Windows color (decimal): -9957778 or 7212648. OLE color: 7212648.

HSL color Cylindrical-coordinate representation of color #680E6E: hue angle of 296.25º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #680E6E is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 14 110 -
CMYK 0.05 0.87 0 0.57
HSL 296.25º 0.77% 0.24% -
HSV(B) 296.25º 0.87% 0.43% -
XYZ 8.68 4.38 15.14 -
YUV 51.85 160.82 165.19 -
System Red Green Blue C M Y K H S L
Decimal 104 14 110 0.05 0.87 0 0.57 296.25 0.77 0.24
Hex 68 E 6E 5 57 0 39 128 4D 18
Octal 150 16 156 5 127 0 71 450 115 30
Binary 1101000 1110 1101110 101 1010111 0 111001 100101000 1001101 11000

Color Harmonies of #680E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680E6E

Black with #680E6E

Text Example


Text Example

White with #680E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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