Html Css Color HEX #680676 Purple

📋 copy color: '#680676'

red 104 ◦ green 6 ◦ blue 118

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

Shades of Purple #680676

Tints of Purple #680676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.63%

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

R = 45.61%
G = 2.63%
B = 51.75%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#680676 (or 0x680676) is known color: Purple. HEX triplet: 68, 06 and 76. RGB value is (104,6,118). Sum of RGB (Red+Green+Blue) = 104+6+118=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #680676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680676 is #97F989. Grayscale: #2F2F2F. Windows color (decimal): -9959818 or 7734888. OLE color: 7734888.

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

Color convert

RGB 104 6 118 -
CMYK 0.12 0.95 0 0.54
HSL 292.5º 0.9% 0.24% -
HSV(B) 292.5º 0.95% 0.46% -
XYZ 9.04 4.38 17.51 -
YUV 48.07 167.47 167.89 -
System Red Green Blue C M Y K H S L
Decimal 104 6 118 0.12 0.95 0 0.54 292.5 0.9 0.24
Hex 68 6 76 C 5F 0 36 124 5A 18
Octal 150 6 166 14 137 0 66 444 132 30
Binary 1101000 110 1110110 1100 1011111 0 110110 100100100 1011010 11000

Color Harmonies of #680676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680676

Black with #680676

Text Example


Text Example

White with #680676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680676; }

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

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

background-color css

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

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

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

border-color css

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

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

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