Html Css Color HEX #680F73 Purple

📋 copy color: '#680F73'

red 104 ◦ green 15 ◦ blue 115

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

Shades of Purple #680F73

Tints of Purple #680F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.15%

R = 44.44%
G = 6.41%
B = 49.15%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#680F73 (or 0x680F73) is known color: Purple. HEX triplet: 68, 0F and 73. RGB value is (104,15,115). Sum of RGB (Red+Green+Blue) = 104+15+115=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #680F73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680F73 is #97F08C. Grayscale: #343434. Windows color (decimal): -9957517 or 7540584. OLE color: 7540584.

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

Color convert

RGB 104 15 115 -
CMYK 0.10 0.87 0 0.55
HSL 293.4º 0.77% 0.25% -
HSV(B) 293.4º 0.87% 0.45% -
XYZ 8.97 4.52 16.62 -
YUV 53.01 162.99 164.37 -
System Red Green Blue C M Y K H S L
Decimal 104 15 115 0.10 0.87 0 0.55 293.4 0.77 0.25
Hex 68 F 73 A 57 0 37 125 4D 19
Octal 150 17 163 12 127 0 67 445 115 31
Binary 1101000 1111 1110011 1010 1010111 0 110111 100100101 1001101 11001

Color Harmonies of #680F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680F73

Black with #680F73

Text Example


Text Example

White with #680F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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