Html Css Color HEX #680884 Purple

📋 copy color: '#680884'

red 104 ◦ green 8 ◦ blue 132

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

Shades of Purple #680884

Tints of Purple #680884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 54.1%

R = 42.62%
G = 3.28%
B = 54.1%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#680884 (or 0x680884) is known color: Purple. HEX triplet: 68, 08 and 84. RGB value is (104,8,132). Sum of RGB (Red+Green+Blue) = 104+8+132=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #680884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680884 is #97F77B. Grayscale: #323232. Windows color (decimal): -9959292 or 8652904. OLE color: 8652904.

HSL color Cylindrical-coordinate representation of color #680884: hue angle of 286.45º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680884 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 8 132 -
CMYK 0.21 0.94 0 0.48
HSL 286.45º 0.89% 0.27% -
HSV(B) 286.45º 0.94% 0.52% -
XYZ 9.96 4.78 22.23 -
YUV 50.84 173.8 165.92 -
System Red Green Blue C M Y K H S L
Decimal 104 8 132 0.21 0.94 0 0.48 286.45 0.89 0.27
Hex 68 8 84 15 5E 0 30 11E 59 1B
Octal 150 10 204 25 136 0 60 436 131 33
Binary 1101000 1000 10000100 10101 1011110 0 110000 100011110 1011001 11011

Color Harmonies of #680884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680884

Black with #680884

Text Example


Text Example

White with #680884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680884; }

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

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

background-color css

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

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

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

border-color css

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

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

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