Html Css Color HEX #680880 Purple

📋 copy color: '#680880'

red 104 ◦ green 8 ◦ blue 128

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

Shades of Purple #680880

Tints of Purple #680880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.33%

 BLUE value IS 128 (50.39% from 255) = 53.33%

R = 43.33%
G = 3.33%
B = 53.33%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#680880 (or 0x680880) is known color: Purple. HEX triplet: 68, 08 and 80. RGB value is (104,8,128). Sum of RGB (Red+Green+Blue) = 104+8+128=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #680880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680880 is #97F77F. Grayscale: #323232. Windows color (decimal): -9959296 or 8390760. OLE color: 8390760.

HSL color Cylindrical-coordinate representation of color #680880: hue angle of 288º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680880 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 8 128 -
CMYK 0.19 0.94 0 0.50
HSL 288º 0.88% 0.27% -
HSV(B) 288º 0.94% 0.5% -
XYZ 9.69 4.68 20.81 -
YUV 50.38 171.8 166.24 -
System Red Green Blue C M Y K H S L
Decimal 104 8 128 0.19 0.94 0 0.50 288 0.88 0.27
Hex 68 8 80 13 5E 0 32 120 58 1B
Octal 150 10 200 23 136 0 62 440 130 33
Binary 1101000 1000 10000000 10011 1011110 0 110010 100100000 1011000 11011

Color Harmonies of #680880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680880

Black with #680880

Text Example


Text Example

White with #680880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680880; }

 p { color: rgb(104,8,128); }

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

background-color css

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

 a { background-color: rgb(104,8,128); }

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

border-color css

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

 span { border-color: rgb(104,8,128); }

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