Html Css Color HEX #680F6F Purple

📋 copy color: '#680F6F'

red 104 ◦ green 15 ◦ blue 111

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

Shades of Purple #680F6F

Tints of Purple #680F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.26%

R = 45.22%
G = 6.52%
B = 48.26%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#680F6F (or 0x680F6F) is known color: Purple. HEX triplet: 68, 0F and 6F. RGB value is (104,15,111). Sum of RGB (Red+Green+Blue) = 104+15+111=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #680F6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680F6F is #97F090. Grayscale: #343434. Windows color (decimal): -9957521 or 7278440. OLE color: 7278440.

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

Color convert

RGB 104 15 111 -
CMYK 0.06 0.86 0 0.56
HSL 295.63º 0.76% 0.25% -
HSV(B) 295.63º 0.86% 0.44% -
XYZ 8.75 4.43 15.43 -
YUV 52.56 160.99 164.69 -
System Red Green Blue C M Y K H S L
Decimal 104 15 111 0.06 0.86 0 0.56 295.63 0.76 0.25
Hex 68 F 6F 6 56 0 38 128 4C 19
Octal 150 17 157 6 126 0 70 450 114 31
Binary 1101000 1111 1101111 110 1010110 0 111000 100101000 1001100 11001

Color Harmonies of #680F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680F6F

Black with #680F6F

Text Example


Text Example

White with #680F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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