Html Css Color HEX #680871 Purple

📋 copy color: '#680871'

red 104 ◦ green 8 ◦ blue 113

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

Shades of Purple #680871

Tints of Purple #680871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.22%

R = 46.22%
G = 3.56%
B = 50.22%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#680871 (or 0x680871) is known color: Purple. HEX triplet: 68, 08 and 71. RGB value is (104,8,113). Sum of RGB (Red+Green+Blue) = 104+8+113=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #680871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680871 is #97F78E. Grayscale: #303030. Windows color (decimal): -9959311 or 7407720. OLE color: 7407720.

HSL color Cylindrical-coordinate representation of color #680871: hue angle of 294.86º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680871 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 8 113 -
CMYK 0.08 0.93 0 0.56
HSL 294.86º 0.87% 0.24% -
HSV(B) 294.86º 0.93% 0.44% -
XYZ 8.78 4.31 15.99 -
YUV 48.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 104 8 113 0.08 0.93 0 0.56 294.86 0.87 0.24
Hex 68 8 71 8 5D 0 38 127 57 18
Octal 150 10 161 10 135 0 70 447 127 30
Binary 1101000 1000 1110001 1000 1011101 0 111000 100100111 1010111 11000

Color Harmonies of #680871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680871

Black with #680871

Text Example


Text Example

White with #680871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680871; }

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

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

background-color css

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

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

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

border-color css

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

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

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