Html Css Color HEX #680B82 Purple

📋 copy color: '#680B82'

red 104 ◦ green 11 ◦ blue 130

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

Shades of Purple #680B82

Tints of Purple #680B82

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.49%

 BLUE value IS 130 (51.17% from 255) = 53.06%

R = 42.45%
G = 4.49%
B = 53.06%

CMYK

 C value IS 0.2

 M value IS 0.92

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#680B82 (or 0x680B82) is known color: Purple. HEX triplet: 68, 0B and 82. RGB value is (104,11,130). Sum of RGB (Red+Green+Blue) = 104+11+130=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #680B82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680B82 is #97F47D. Grayscale: #333333. Windows color (decimal): -9958526 or 8522600. OLE color: 8522600.

HSL color Cylindrical-coordinate representation of color #680B82: hue angle of 286.89º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680B82 is Cyan = 0.2, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 11 130 -
CMYK 0.2 0.92 0 0.49
HSL 286.89º 0.84% 0.28% -
HSV(B) 286.89º 0.92% 0.51% -
XYZ 9.86 4.79 21.52 -
YUV 52.37 171.81 164.82 -
System Red Green Blue C M Y K H S L
Decimal 104 11 130 0.2 0.92 0 0.49 286.89 0.84 0.28
Hex 68 B 82 14 5C 0 31 11F 54 1C
Octal 150 13 202 24 134 0 61 437 124 34
Binary 1101000 1011 10000010 10100 1011100 0 110001 100011111 1010100 11100

Color Harmonies of #680B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B82

Black with #680B82

Text Example


Text Example

White with #680B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,11,130); }

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

background-color css

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

 a { background-color: rgb(104,11,130); }

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

border-color css

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

 span { border-color: rgb(104,11,130); }

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