Html Css Color HEX #680180 Purple

📋 copy color: '#680180'

red 104 ◦ green 1 ◦ blue 128

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

Shades of Purple #680180

Tints of Purple #680180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 44.64%
G = 0.43%
B = 54.94%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#680180 (or 0x680180) is known color: Purple. HEX triplet: 68, 01 and 80. RGB value is (104,1,128). Sum of RGB (Red+Green+Blue) = 104+1+128=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #680180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680180 is #97FE7F. Grayscale: #2D2D2D. Windows color (decimal): -9961088 or 8388968. OLE color: 8388968.

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

Color convert

RGB 104 1 128 -
CMYK 0.19 0.99 0 0.50
HSL 288.66º 0.98% 0.25% -
HSV(B) 288.66º 0.99% 0.5% -
XYZ 9.62 4.52 20.79 -
YUV 46.28 174.12 169.17 -
System Red Green Blue C M Y K H S L
Decimal 104 1 128 0.19 0.99 0 0.50 288.66 0.98 0.25
Hex 68 1 80 13 63 0 32 121 62 19
Octal 150 1 200 23 143 0 62 441 142 31
Binary 1101000 1 10000000 10011 1100011 0 110010 100100001 1100010 11001

Color Harmonies of #680180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680180

Black with #680180

Text Example


Text Example

White with #680180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680180; }

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

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

background-color css

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

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

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

border-color css

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

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

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