Html Css Color HEX #680371 Purple

📋 copy color: '#680371'

red 104 ◦ green 3 ◦ blue 113

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

Shades of Purple #680371

Tints of Purple #680371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

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

R = 47.27%
G = 1.36%
B = 51.36%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#680371 (or 0x680371) is known color: Purple. HEX triplet: 68, 03 and 71. RGB value is (104,3,113). Sum of RGB (Red+Green+Blue) = 104+3+113=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #680371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680371 is #97FC8E. Grayscale: #2D2D2D. Windows color (decimal): -9960591 or 7406440. OLE color: 7406440.

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

Color convert

RGB 104 3 113 -
CMYK 0.08 0.97 0 0.56
HSL 295.09º 0.95% 0.23% -
HSV(B) 295.09º 0.97% 0.44% -
XYZ 8.72 4.2 15.97 -
YUV 45.74 165.96 169.56 -
System Red Green Blue C M Y K H S L
Decimal 104 3 113 0.08 0.97 0 0.56 295.09 0.95 0.23
Hex 68 3 71 8 61 0 38 127 5F 17
Octal 150 3 161 10 141 0 70 447 137 27
Binary 1101000 11 1110001 1000 1100001 0 111000 100100111 1011111 10111

Color Harmonies of #680371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680371

Black with #680371

Text Example


Text Example

White with #680371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680371; }

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

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

background-color css

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

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

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

border-color css

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

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

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