Html Css Color HEX #680077 Purple

📋 copy color: '#680077'

red 104 ◦ green 0 ◦ blue 119

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

Shades of Purple #680077

Tints of Purple #680077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 119 (46.88% from 255) = 53.36%

R = 46.64%
G = 0%
B = 53.36%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#680077 (or 0x680077) is known color: Purple. HEX triplet: 68, 00 and 77. RGB value is (104,0,119). Sum of RGB (Red+Green+Blue) = 104+0+119=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #680077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680077 is #97FF88. Grayscale: #2C2C2C. Windows color (decimal): -9961353 or 7798888. OLE color: 7798888.

HSL color Cylindrical-coordinate representation of color #680077: hue angle of 292.44º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680077 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 0 119 -
CMYK 0.13 1 0 0.53
HSL 292.44º 1% 0.23% -
HSV(B) 292.44º 1% 0.47% -
XYZ 9.04 4.27 17.8 -
YUV 44.66 169.96 170.32 -
System Red Green Blue C M Y K H S L
Decimal 104 0 119 0.13 1 0 0.53 292.44 1 0.23
Hex 68 0 77 D 64 0 35 124 64 17
Octal 150 0 167 15 144 0 65 444 144 27
Binary 1101000 0 1110111 1101 1100100 0 110101 100100100 1100100 10111

Color Harmonies of #680077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680077

Black with #680077

Text Example


Text Example

White with #680077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680077; }

 p { color: rgb(104,0,119); }

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

background-color css

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

 a { background-color: rgb(104,0,119); }

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

border-color css

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

 span { border-color: rgb(104,0,119); }

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