Html Css Color HEX #680B81 Purple

📋 copy color: '#680B81'

red 104 ◦ green 11 ◦ blue 129

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

Shades of Purple #680B81

Tints of Purple #680B81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 52.87%

R = 42.62%
G = 4.51%
B = 52.87%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#680B81 (or 0x680B81) is known color: Purple. HEX triplet: 68, 0B and 81. RGB value is (104,11,129). Sum of RGB (Red+Green+Blue) = 104+11+129=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 129 (50.78% from 255 or 52.87% from 244); Max value from RGB is 129 - color contains mainly: blue. Hex color #680B81 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680B81 is #97F47E. Grayscale: #333333. Windows color (decimal): -9958527 or 8457064. OLE color: 8457064.

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

Color convert

RGB 104 11 129 -
CMYK 0.19 0.91 0 0.49
HSL 287.29º 0.84% 0.27% -
HSV(B) 287.29º 0.91% 0.51% -
XYZ 9.79 4.77 21.17 -
YUV 52.26 171.31 164.91 -
System Red Green Blue C M Y K H S L
Decimal 104 11 129 0.19 0.91 0 0.49 287.29 0.84 0.27
Hex 68 B 81 13 5B 0 31 11F 54 1B
Octal 150 13 201 23 133 0 61 437 124 33
Binary 1101000 1011 10000001 10011 1011011 0 110001 100011111 1010100 11011

Color Harmonies of #680B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B81

Black with #680B81

Text Example


Text Example

White with #680B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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