Html Css Color HEX #680876 Purple

📋 copy color: '#680876'

red 104 ◦ green 8 ◦ blue 118

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

Shades of Purple #680876

Tints of Purple #680876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.48%

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

R = 45.22%
G = 3.48%
B = 51.3%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#680876 (or 0x680876) is known color: Purple. HEX triplet: 68, 08 and 76. RGB value is (104,8,118). Sum of RGB (Red+Green+Blue) = 104+8+118=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #680876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680876 is #97F789. Grayscale: #303030. Windows color (decimal): -9959306 or 7735400. OLE color: 7735400.

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

Color convert

RGB 104 8 118 -
CMYK 0.12 0.93 0 0.54
HSL 292.36º 0.87% 0.25% -
HSV(B) 292.36º 0.93% 0.46% -
XYZ 9.07 4.42 17.52 -
YUV 49.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 104 8 118 0.12 0.93 0 0.54 292.36 0.87 0.25
Hex 68 8 76 C 5D 0 36 124 57 19
Octal 150 10 166 14 135 0 66 444 127 31
Binary 1101000 1000 1110110 1100 1011101 0 110110 100100100 1010111 11001

Color Harmonies of #680876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680876

Black with #680876

Text Example


Text Example

White with #680876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680876; }

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

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

background-color css

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

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

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

border-color css

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

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

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