Html Css Color HEX #680776 Purple

📋 copy color: '#680776'

red 104 ◦ green 7 ◦ blue 118

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

Shades of Purple #680776

Tints of Purple #680776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.06%

 BLUE value IS 118 (46.48% from 255) = 51.53%

R = 45.41%
G = 3.06%
B = 51.53%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#680776 (or 0x680776) is known color: Purple. HEX triplet: 68, 07 and 76. RGB value is (104,7,118). Sum of RGB (Red+Green+Blue) = 104+7+118=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #680776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680776 is #97F889. Grayscale: #303030. Windows color (decimal): -9959562 or 7735144. OLE color: 7735144.

HSL color Cylindrical-coordinate representation of color #680776: hue angle of 292.43º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680776 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 7 118 -
CMYK 0.12 0.94 0 0.54
HSL 292.43º 0.89% 0.25% -
HSV(B) 292.43º 0.94% 0.46% -
XYZ 9.05 4.4 17.51 -
YUV 48.66 167.14 167.47 -
System Red Green Blue C M Y K H S L
Decimal 104 7 118 0.12 0.94 0 0.54 292.43 0.89 0.25
Hex 68 7 76 C 5E 0 36 124 59 19
Octal 150 7 166 14 136 0 66 444 131 31
Binary 1101000 111 1110110 1100 1011110 0 110110 100100100 1011001 11001

Color Harmonies of #680776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680776

Black with #680776

Text Example


Text Example

White with #680776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680776; }

 p { color: rgb(104,7,118); }

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

background-color css

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

 a { background-color: rgb(104,7,118); }

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

border-color css

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

 span { border-color: rgb(104,7,118); }

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