Html Css Color HEX #680C6F Purple

📋 copy color: '#680C6F'

red 104 ◦ green 12 ◦ blue 111

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

Shades of Purple #680C6F

Tints of Purple #680C6F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.29%

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

R = 45.81%
G = 5.29%
B = 48.9%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#680C6F (or 0x680C6F) is known color: Purple. HEX triplet: 68, 0C and 6F. RGB value is (104,12,111). Sum of RGB (Red+Green+Blue) = 104+12+111=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #680C6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680C6F is #97F390. Grayscale: #323232. Windows color (decimal): -9958289 or 7277672. OLE color: 7277672.

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

Color convert

RGB 104 12 111 -
CMYK 0.06 0.89 0 0.56
HSL 295.76º 0.8% 0.24% -
HSV(B) 295.76º 0.89% 0.44% -
XYZ 8.71 4.35 15.42 -
YUV 50.79 161.98 165.95 -
System Red Green Blue C M Y K H S L
Decimal 104 12 111 0.06 0.89 0 0.56 295.76 0.8 0.24
Hex 68 C 6F 6 59 0 38 128 50 18
Octal 150 14 157 6 131 0 70 450 120 30
Binary 1101000 1100 1101111 110 1011001 0 111000 100101000 1010000 11000

Color Harmonies of #680C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C6F

Black with #680C6F

Text Example


Text Example

White with #680C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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