Html Css Color HEX #680071 Purple

📋 copy color: '#680071'

red 104 ◦ green 0 ◦ blue 113

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

Shades of Purple #680071

Tints of Purple #680071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.93%
G = 0%
B = 52.07%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#680071 (or 0x680071) is known color: Purple. HEX triplet: 68, 00 and 71. RGB value is (104,0,113). Sum of RGB (Red+Green+Blue) = 104+0+113=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #680071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680071 is #97FF8E. Grayscale: #2B2B2B. Windows color (decimal): -9961359 or 7405672. OLE color: 7405672.

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

Color convert

RGB 104 0 113 -
CMYK 0.08 1 0 0.56
HSL 295.22º 1% 0.22% -
HSV(B) 295.22º 1% 0.44% -
XYZ 8.69 4.14 15.96 -
YUV 43.98 166.96 170.81 -
System Red Green Blue C M Y K H S L
Decimal 104 0 113 0.08 1 0 0.56 295.22 1 0.22
Hex 68 0 71 8 64 0 38 127 64 16
Octal 150 0 161 10 144 0 70 447 144 26
Binary 1101000 0 1110001 1000 1100100 0 111000 100100111 1100100 10110

Color Harmonies of #680071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680071

Black with #680071

Text Example


Text Example

White with #680071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680071; }

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

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

background-color css

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

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

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

border-color css

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

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

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