Html Css Color HEX #680774 Purple

📋 copy color: '#680774'

red 104 ◦ green 7 ◦ blue 116

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

Shades of Purple #680774

Tints of Purple #680774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.08%

 BLUE value IS 116 (45.7% from 255) = 51.1%

R = 45.81%
G = 3.08%
B = 51.1%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#680774 (or 0x680774) is known color: Purple. HEX triplet: 68, 07 and 74. RGB value is (104,7,116). Sum of RGB (Red+Green+Blue) = 104+7+116=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #680774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680774 is #97F88B. Grayscale: #303030. Windows color (decimal): -9959564 or 7604072. OLE color: 7604072.

HSL color Cylindrical-coordinate representation of color #680774: hue angle of 293.39º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680774 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 7 116 -
CMYK 0.10 0.94 0 0.55
HSL 293.39º 0.89% 0.24% -
HSV(B) 293.39º 0.94% 0.45% -
XYZ 8.94 4.36 16.89 -
YUV 48.43 166.14 167.64 -
System Red Green Blue C M Y K H S L
Decimal 104 7 116 0.10 0.94 0 0.55 293.39 0.89 0.24
Hex 68 7 74 A 5E 0 37 125 59 18
Octal 150 7 164 12 136 0 67 445 131 30
Binary 1101000 111 1110100 1010 1011110 0 110111 100100101 1011001 11000

Color Harmonies of #680774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680774

Black with #680774

Text Example


Text Example

White with #680774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680774; }

 p { color: rgb(104,7,116); }

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

background-color css

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

 a { background-color: rgb(104,7,116); }

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

border-color css

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

 span { border-color: rgb(104,7,116); }

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