Html Css Color HEX #680E6F Purple

📋 copy color: '#680E6F'

red 104 ◦ green 14 ◦ blue 111

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

Shades of Purple #680E6F

Tints of Purple #680E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.47%

R = 45.41%
G = 6.11%
B = 48.47%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#680E6F (or 0x680E6F) is known color: Purple. HEX triplet: 68, 0E and 6F. RGB value is (104,14,111). Sum of RGB (Red+Green+Blue) = 104+14+111=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #680E6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680E6F is #97F190. Grayscale: #333333. Windows color (decimal): -9957777 or 7278184. OLE color: 7278184.

HSL color Cylindrical-coordinate representation of color #680E6F: hue angle of 295.67º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #680E6F is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 14 111 -
CMYK 0.06 0.87 0 0.56
HSL 295.67º 0.78% 0.25% -
HSV(B) 295.67º 0.87% 0.44% -
XYZ 8.74 4.4 15.43 -
YUV 51.97 161.32 165.11 -
System Red Green Blue C M Y K H S L
Decimal 104 14 111 0.06 0.87 0 0.56 295.67 0.78 0.25
Hex 68 E 6F 6 57 0 38 128 4E 19
Octal 150 16 157 6 127 0 70 450 116 31
Binary 1101000 1110 1101111 110 1010111 0 111000 100101000 1001110 11001

Color Harmonies of #680E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680E6F

Black with #680E6F

Text Example


Text Example

White with #680E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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