Html Css Color HEX #680477 Purple

📋 copy color: '#680477'

red 104 ◦ green 4 ◦ blue 119

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

Shades of Purple #680477

Tints of Purple #680477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.76%

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

R = 45.81%
G = 1.76%
B = 52.42%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#680477 (or 0x680477) is known color: Purple. HEX triplet: 68, 04 and 77. RGB value is (104,4,119). Sum of RGB (Red+Green+Blue) = 104+4+119=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #680477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680477 is #97FB88. Grayscale: #2E2E2E. Windows color (decimal): -9960329 or 7799912. OLE color: 7799912.

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

Color convert

RGB 104 4 119 -
CMYK 0.13 0.97 0 0.53
HSL 292.17º 0.93% 0.24% -
HSV(B) 292.17º 0.97% 0.47% -
XYZ 9.08 4.36 17.82 -
YUV 47.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 104 4 119 0.13 0.97 0 0.53 292.17 0.93 0.24
Hex 68 4 77 D 61 0 35 124 5D 18
Octal 150 4 167 15 141 0 65 444 135 30
Binary 1101000 100 1110111 1101 1100001 0 110101 100100100 1011101 11000

Color Harmonies of #680477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680477

Black with #680477

Text Example


Text Example

White with #680477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680477; }

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

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

background-color css

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

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

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

border-color css

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

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

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