Html Css Color HEX #680770 Purple

📋 copy color: '#680770'

red 104 ◦ green 7 ◦ blue 112

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

Shades of Purple #680770

Tints of Purple #680770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50.22%

R = 46.64%
G = 3.14%
B = 50.22%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#680770 (or 0x680770) is known color: Purple. HEX triplet: 68, 07 and 70. RGB value is (104,7,112). Sum of RGB (Red+Green+Blue) = 104+7+112=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #680770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680770 is #97F88F. Grayscale: #2F2F2F. Windows color (decimal): -9959568 or 7341928. OLE color: 7341928.

HSL color Cylindrical-coordinate representation of color #680770: hue angle of 295.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680770 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 7 112 -
CMYK 0.07 0.94 0 0.56
HSL 295.43º 0.88% 0.23% -
HSV(B) 295.43º 0.94% 0.44% -
XYZ 8.71 4.26 15.69 -
YUV 47.97 164.14 167.96 -
System Red Green Blue C M Y K H S L
Decimal 104 7 112 0.07 0.94 0 0.56 295.43 0.88 0.23
Hex 68 7 70 7 5E 0 38 127 58 17
Octal 150 7 160 7 136 0 70 447 130 27
Binary 1101000 111 1110000 111 1011110 0 111000 100100111 1011000 10111

Color Harmonies of #680770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680770

Black with #680770

Text Example


Text Example

White with #680770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680770; }

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

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

background-color css

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

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

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

border-color css

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

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

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