Html Css Color HEX #680171 Purple

📋 copy color: '#680171'

red 104 ◦ green 1 ◦ blue 113

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

Shades of Purple #680171

Tints of Purple #680171

RGB

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

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

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

R = 47.71%
G = 0.46%
B = 51.83%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#680171 (or 0x680171) is known color: Purple. HEX triplet: 68, 01 and 71. RGB value is (104,1,113). Sum of RGB (Red+Green+Blue) = 104+1+113=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #680171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680171 is #97FE8E. Grayscale: #2C2C2C. Windows color (decimal): -9961103 or 7405928. OLE color: 7405928.

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

Color convert

RGB 104 1 113 -
CMYK 0.08 0.99 0 0.56
HSL 295.18º 0.98% 0.22% -
HSV(B) 295.18º 0.99% 0.44% -
XYZ 8.7 4.16 15.97 -
YUV 44.57 166.62 170.39 -
System Red Green Blue C M Y K H S L
Decimal 104 1 113 0.08 0.99 0 0.56 295.18 0.98 0.22
Hex 68 1 71 8 63 0 38 127 62 16
Octal 150 1 161 10 143 0 70 447 142 26
Binary 1101000 1 1110001 1000 1100011 0 111000 100100111 1100010 10110

Color Harmonies of #680171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680171

Black with #680171

Text Example


Text Example

White with #680171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680171; }

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

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

background-color css

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

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

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

border-color css

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

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

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