Html Css Color HEX #680571 Purple

📋 copy color: '#680571'

red 104 ◦ green 5 ◦ blue 113

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

Shades of Purple #680571

Tints of Purple #680571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

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

R = 46.85%
G = 2.25%
B = 50.9%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#680571 (or 0x680571) is known color: Purple. HEX triplet: 68, 05 and 71. RGB value is (104,5,113). Sum of RGB (Red+Green+Blue) = 104+5+113=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #680571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680571 is #97FA8E. Grayscale: #2E2E2E. Windows color (decimal): -9960079 or 7406952. OLE color: 7406952.

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

Color convert

RGB 104 5 113 -
CMYK 0.08 0.96 0 0.56
HSL 295º 0.92% 0.23% -
HSV(B) 295º 0.96% 0.44% -
XYZ 8.74 4.24 15.98 -
YUV 46.91 165.3 168.72 -
System Red Green Blue C M Y K H S L
Decimal 104 5 113 0.08 0.96 0 0.56 295 0.92 0.23
Hex 68 5 71 8 60 0 38 127 5C 17
Octal 150 5 161 10 140 0 70 447 134 27
Binary 1101000 101 1110001 1000 1100000 0 111000 100100111 1011100 10111

Color Harmonies of #680571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680571

Black with #680571

Text Example


Text Example

White with #680571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680571; }

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

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

background-color css

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

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

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

border-color css

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

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

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