Html Css Color HEX #680F72 Purple

📋 copy color: '#680F72'

red 104 ◦ green 15 ◦ blue 114

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

Shades of Purple #680F72

Tints of Purple #680F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 48.93%

R = 44.64%
G = 6.44%
B = 48.93%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#680F72 (or 0x680F72) is known color: Purple. HEX triplet: 68, 0F and 72. RGB value is (104,15,114). Sum of RGB (Red+Green+Blue) = 104+15+114=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #680F72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680F72 is #97F08D. Grayscale: #343434. Windows color (decimal): -9957518 or 7475048. OLE color: 7475048.

HSL color Cylindrical-coordinate representation of color #680F72: hue angle of 293.94º 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 #680F72 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 15 114 -
CMYK 0.09 0.87 0 0.55
HSL 293.94º 0.77% 0.25% -
HSV(B) 293.94º 0.87% 0.45% -
XYZ 8.92 4.5 16.32 -
YUV 52.9 162.49 164.45 -
System Red Green Blue C M Y K H S L
Decimal 104 15 114 0.09 0.87 0 0.55 293.94 0.77 0.25
Hex 68 F 72 9 57 0 37 126 4D 19
Octal 150 17 162 11 127 0 67 446 115 31
Binary 1101000 1111 1110010 1001 1010111 0 110111 100100110 1001101 11001

Color Harmonies of #680F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680F72

Black with #680F72

Text Example


Text Example

White with #680F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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