Html Css Color HEX #680F74 Purple

📋 copy color: '#680F74'

red 104 ◦ green 15 ◦ blue 116

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

Shades of Purple #680F74

Tints of Purple #680F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 49.36%

R = 44.26%
G = 6.38%
B = 49.36%

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

#680F74 (or 0x680F74) is known color: Purple. HEX triplet: 68, 0F and 74. RGB value is (104,15,116). Sum of RGB (Red+Green+Blue) = 104+15+116=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #680F74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680F74 is #97F08B. Grayscale: #343434. Windows color (decimal): -9957516 or 7606120. OLE color: 7606120.

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

Color convert

RGB 104 15 116 -
CMYK 0.10 0.87 0 0.55
HSL 292.87º 0.77% 0.26% -
HSV(B) 292.87º 0.87% 0.45% -
XYZ 9.03 4.55 16.92 -
YUV 53.13 163.49 164.29 -
System Red Green Blue C M Y K H S L
Decimal 104 15 116 0.10 0.87 0 0.55 292.87 0.77 0.26
Hex 68 F 74 A 57 0 37 125 4D 1A
Octal 150 17 164 12 127 0 67 445 115 32
Binary 1101000 1111 1110100 1010 1010111 0 110111 100100101 1001101 11010

Color Harmonies of #680F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680F74

Black with #680F74

Text Example


Text Example

White with #680F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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