Html Css Color HEX #680881 Purple

📋 copy color: '#680881'

red 104 ◦ green 8 ◦ blue 129

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

Shades of Purple #680881

Tints of Purple #680881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 53.53%

R = 43.15%
G = 3.32%
B = 53.53%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#680881 (or 0x680881) is known color: Purple. HEX triplet: 68, 08 and 81. RGB value is (104,8,129). Sum of RGB (Red+Green+Blue) = 104+8+129=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #680881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680881 is #97F77E. Grayscale: #323232. Windows color (decimal): -9959295 or 8456296. OLE color: 8456296.

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

Color convert

RGB 104 8 129 -
CMYK 0.19 0.94 0 0.49
HSL 287.6º 0.88% 0.27% -
HSV(B) 287.6º 0.94% 0.51% -
XYZ 9.76 4.7 21.16 -
YUV 50.5 172.3 166.16 -
System Red Green Blue C M Y K H S L
Decimal 104 8 129 0.19 0.94 0 0.49 287.6 0.88 0.27
Hex 68 8 81 13 5E 0 31 120 58 1B
Octal 150 10 201 23 136 0 61 440 130 33
Binary 1101000 1000 10000001 10011 1011110 0 110001 100100000 1011000 11011

Color Harmonies of #680881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680881

Black with #680881

Text Example


Text Example

White with #680881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680881; }

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

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

background-color css

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

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

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

border-color css

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

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

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