Html Css Color HEX #680E85 Purple

📋 copy color: '#680E85'

red 104 ◦ green 14 ◦ blue 133

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

Shades of Purple #680E85

Tints of Purple #680E85

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.58%

 BLUE value IS 133 (52.34% from 255) = 52.99%

R = 41.43%
G = 5.58%
B = 52.99%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#680E85 (or 0x680E85) is known color: Purple. HEX triplet: 68, 0E and 85. RGB value is (104,14,133). Sum of RGB (Red+Green+Blue) = 104+14+133=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #680E85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680E85 is #97F17A. Grayscale: #363636. Windows color (decimal): -9957755 or 8719976. OLE color: 8719976.

HSL color Cylindrical-coordinate representation of color #680E85: hue angle of 285.38º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680E85 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 14 133 -
CMYK 0.22 0.89 0 0.48
HSL 285.38º 0.81% 0.29% -
HSV(B) 285.38º 0.89% 0.52% -
XYZ 10.1 4.95 22.61 -
YUV 54.48 172.32 163.32 -
System Red Green Blue C M Y K H S L
Decimal 104 14 133 0.22 0.89 0 0.48 285.38 0.81 0.29
Hex 68 E 85 16 59 0 30 11D 51 1D
Octal 150 16 205 26 131 0 60 435 121 35
Binary 1101000 1110 10000101 10110 1011001 0 110000 100011101 1010001 11101

Color Harmonies of #680E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680E85

Black with #680E85

Text Example


Text Example

White with #680E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,14,133); }

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

background-color css

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

 a { background-color: rgb(104,14,133); }

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

border-color css

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

 span { border-color: rgb(104,14,133); }

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