Html Css Color HEX #680A6F Purple

📋 copy color: '#680A6F'

red 104 ◦ green 10 ◦ blue 111

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

Shades of Purple #680A6F

Tints of Purple #680A6F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.44%

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

R = 46.22%
G = 4.44%
B = 49.33%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#680A6F (or 0x680A6F) is known color: Purple. HEX triplet: 68, 0A and 6F. RGB value is (104,10,111). Sum of RGB (Red+Green+Blue) = 104+10+111=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #680A6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A6F is #97F590. Grayscale: #313131. Windows color (decimal): -9958801 or 7277160. OLE color: 7277160.

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

Color convert

RGB 104 10 111 -
CMYK 0.06 0.91 0 0.56
HSL 295.84º 0.83% 0.24% -
HSV(B) 295.84º 0.91% 0.44% -
XYZ 8.69 4.31 15.41 -
YUV 49.62 162.64 166.79 -
System Red Green Blue C M Y K H S L
Decimal 104 10 111 0.06 0.91 0 0.56 295.84 0.83 0.24
Hex 68 A 6F 6 5B 0 38 128 53 18
Octal 150 12 157 6 133 0 70 450 123 30
Binary 1101000 1010 1101111 110 1011011 0 111000 100101000 1010011 11000

Color Harmonies of #680A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A6F

Black with #680A6F

Text Example


Text Example

White with #680A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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