Html Css Color HEX #680576 Purple

📋 copy color: '#680576'

red 104 ◦ green 5 ◦ blue 118

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

Shades of Purple #680576

Tints of Purple #680576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

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

R = 45.81%
G = 2.2%
B = 51.98%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#680576 (or 0x680576) is known color: Purple. HEX triplet: 68, 05 and 76. RGB value is (104,5,118). Sum of RGB (Red+Green+Blue) = 104+5+118=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #680576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680576 is #97FA89. Grayscale: #2F2F2F. Windows color (decimal): -9960074 or 7734632. OLE color: 7734632.

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

Color convert

RGB 104 5 118 -
CMYK 0.12 0.96 0 0.54
HSL 292.57º 0.92% 0.24% -
HSV(B) 292.57º 0.96% 0.46% -
XYZ 9.03 4.36 17.5 -
YUV 47.48 167.8 168.31 -
System Red Green Blue C M Y K H S L
Decimal 104 5 118 0.12 0.96 0 0.54 292.57 0.92 0.24
Hex 68 5 76 C 60 0 36 125 5C 18
Octal 150 5 166 14 140 0 66 445 134 30
Binary 1101000 101 1110110 1100 1100000 0 110110 100100101 1011100 11000

Color Harmonies of #680576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680576

Black with #680576

Text Example


Text Example

White with #680576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680576; }

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

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

background-color css

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

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

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

border-color css

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

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

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