Html Css Color HEX #680F71 Purple

📋 copy color: '#680F71'

red 104 ◦ green 15 ◦ blue 113

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

Shades of Purple #680F71

Tints of Purple #680F71

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.47%

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

R = 44.83%
G = 6.47%
B = 48.71%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#680F71 (or 0x680F71) is known color: Purple. HEX triplet: 68, 0F and 71. RGB value is (104,15,113). Sum of RGB (Red+Green+Blue) = 104+15+113=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #680F71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680F71 is #97F08E. Grayscale: #343434. Windows color (decimal): -9957519 or 7409512. OLE color: 7409512.

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

Color convert

RGB 104 15 113 -
CMYK 0.08 0.87 0 0.56
HSL 294.49º 0.77% 0.25% -
HSV(B) 294.49º 0.87% 0.44% -
XYZ 8.86 4.48 16.02 -
YUV 52.78 161.99 164.53 -
System Red Green Blue C M Y K H S L
Decimal 104 15 113 0.08 0.87 0 0.56 294.49 0.77 0.25
Hex 68 F 71 8 57 0 38 126 4D 19
Octal 150 17 161 10 127 0 70 446 115 31
Binary 1101000 1111 1110001 1000 1010111 0 111000 100100110 1001101 11001

Color Harmonies of #680F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680F71

Black with #680F71

Text Example


Text Example

White with #680F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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