Html Css Color HEX #680E70 Purple

📋 copy color: '#680E70'

red 104 ◦ green 14 ◦ blue 112

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

Shades of Purple #680E70

Tints of Purple #680E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.7%

R = 45.22%
G = 6.09%
B = 48.7%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#680E70 (or 0x680E70) is known color: Purple. HEX triplet: 68, 0E and 70. RGB value is (104,14,112). Sum of RGB (Red+Green+Blue) = 104+14+112=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #680E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680E70 is #97F18F. Grayscale: #333333. Windows color (decimal): -9957776 or 7343720. OLE color: 7343720.

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

Color convert

RGB 104 14 112 -
CMYK 0.07 0.88 0 0.56
HSL 295.1º 0.78% 0.25% -
HSV(B) 295.1º 0.88% 0.44% -
XYZ 8.79 4.43 15.72 -
YUV 52.08 161.82 165.03 -
System Red Green Blue C M Y K H S L
Decimal 104 14 112 0.07 0.88 0 0.56 295.1 0.78 0.25
Hex 68 E 70 7 58 0 38 127 4E 19
Octal 150 16 160 7 130 0 70 447 116 31
Binary 1101000 1110 1110000 111 1011000 0 111000 100100111 1001110 11001

Color Harmonies of #680E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680E70

Black with #680E70

Text Example


Text Example

White with #680E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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