Html Css Color HEX #680976 Purple

📋 copy color: '#680976'

red 104 ◦ green 9 ◦ blue 118

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

Shades of Purple #680976

Tints of Purple #680976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.9%

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

R = 45.02%
G = 3.9%
B = 51.08%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#680976 (or 0x680976) is known color: Purple. HEX triplet: 68, 09 and 76. RGB value is (104,9,118). Sum of RGB (Red+Green+Blue) = 104+9+118=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #680976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680976 is #97F689. Grayscale: #313131. Windows color (decimal): -9959050 or 7735656. OLE color: 7735656.

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

Color convert

RGB 104 9 118 -
CMYK 0.12 0.92 0 0.54
HSL 292.29º 0.86% 0.25% -
HSV(B) 292.29º 0.92% 0.46% -
XYZ 9.08 4.45 17.52 -
YUV 49.83 166.47 166.64 -
System Red Green Blue C M Y K H S L
Decimal 104 9 118 0.12 0.92 0 0.54 292.29 0.86 0.25
Hex 68 9 76 C 5C 0 36 124 56 19
Octal 150 11 166 14 134 0 66 444 126 31
Binary 1101000 1001 1110110 1100 1011100 0 110110 100100100 1010110 11001

Color Harmonies of #680976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680976

Black with #680976

Text Example


Text Example

White with #680976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680976; }

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

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

background-color css

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

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

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

border-color css

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

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

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