Html Css Color HEX #680D76 Purple

📋 copy color: '#680D76'

red 104 ◦ green 13 ◦ blue 118

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

Shades of Purple #680D76

Tints of Purple #680D76

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.53%

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

R = 44.26%
G = 5.53%
B = 50.21%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#680D76 (or 0x680D76) is known color: Purple. HEX triplet: 68, 0D and 76. RGB value is (104,13,118). Sum of RGB (Red+Green+Blue) = 104+13+118=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #680D76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680D76 is #97F289. Grayscale: #333333. Windows color (decimal): -9958026 or 7736680. OLE color: 7736680.

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

Color convert

RGB 104 13 118 -
CMYK 0.12 0.89 0 0.54
HSL 292º 0.8% 0.26% -
HSV(B) 292º 0.89% 0.46% -
XYZ 9.12 4.54 17.53 -
YUV 52.18 165.15 164.96 -
System Red Green Blue C M Y K H S L
Decimal 104 13 118 0.12 0.89 0 0.54 292 0.8 0.26
Hex 68 D 76 C 59 0 36 124 50 1A
Octal 150 15 166 14 131 0 66 444 120 32
Binary 1101000 1101 1110110 1100 1011001 0 110110 100100100 1010000 11010

Color Harmonies of #680D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680D76

Black with #680D76

Text Example


Text Example

White with #680D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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