Html Css Color HEX #680F84 Purple

📋 copy color: '#680F84'

red 104 ◦ green 15 ◦ blue 132

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

Shades of Purple #680F84

Tints of Purple #680F84

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.98%

 BLUE value IS 132 (51.95% from 255) = 52.59%

R = 41.43%
G = 5.98%
B = 52.59%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#680F84 (or 0x680F84) is known color: Purple. HEX triplet: 68, 0F and 84. RGB value is (104,15,132). Sum of RGB (Red+Green+Blue) = 104+15+132=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #680F84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680F84 is #97F07B. Grayscale: #363636. Windows color (decimal): -9957500 or 8654696. OLE color: 8654696.

HSL color Cylindrical-coordinate representation of color #680F84: hue angle of 285.64º degrees, saturation: 0.8, 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 #680F84 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 15 132 -
CMYK 0.21 0.89 0 0.48
HSL 285.64º 0.8% 0.29% -
HSV(B) 285.64º 0.89% 0.52% -
XYZ 10.04 4.95 22.26 -
YUV 54.95 171.49 162.99 -
System Red Green Blue C M Y K H S L
Decimal 104 15 132 0.21 0.89 0 0.48 285.64 0.8 0.29
Hex 68 F 84 15 59 0 30 11E 50 1D
Octal 150 17 204 25 131 0 60 436 120 35
Binary 1101000 1111 10000100 10101 1011001 0 110000 100011110 1010000 11101

Color Harmonies of #680F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680F84

Black with #680F84

Text Example


Text Example

White with #680F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,15,132); }

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

background-color css

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

 a { background-color: rgb(104,15,132); }

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

border-color css

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

 span { border-color: rgb(104,15,132); }

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