Html Css Color HEX #680A71 Purple

📋 copy color: '#680A71'

red 104 ◦ green 10 ◦ blue 113

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

Shades of Purple #680A71

Tints of Purple #680A71

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.41%

 BLUE value IS 113 (44.53% from 255) = 49.78%

R = 45.81%
G = 4.41%
B = 49.78%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#680A71 (or 0x680A71) is known color: Purple. HEX triplet: 68, 0A and 71. RGB value is (104,10,113). Sum of RGB (Red+Green+Blue) = 104+10+113=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #680A71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A71 is #97F58E. Grayscale: #313131. Windows color (decimal): -9958799 or 7408232. OLE color: 7408232.

HSL color Cylindrical-coordinate representation of color #680A71: hue angle of 294.76º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680A71 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 10 113 -
CMYK 0.08 0.91 0 0.56
HSL 294.76º 0.84% 0.24% -
HSV(B) 294.76º 0.91% 0.44% -
XYZ 8.8 4.35 16 -
YUV 49.85 163.64 166.62 -
System Red Green Blue C M Y K H S L
Decimal 104 10 113 0.08 0.91 0 0.56 294.76 0.84 0.24
Hex 68 A 71 8 5B 0 38 127 54 18
Octal 150 12 161 10 133 0 70 447 124 30
Binary 1101000 1010 1110001 1000 1011011 0 111000 100100111 1010100 11000

Color Harmonies of #680A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A71

Black with #680A71

Text Example


Text Example

White with #680A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,10,113); }

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

background-color css

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

 a { background-color: rgb(104,10,113); }

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

border-color css

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

 span { border-color: rgb(104,10,113); }

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