Html Css Color HEX #680084 Purple

📋 copy color: '#680084'

red 104 ◦ green 0 ◦ blue 132

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

Shades of Purple #680084

Tints of Purple #680084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.07%
G = 0%
B = 55.93%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#680084 (or 0x680084) is known color: Purple. HEX triplet: 68, 00 and 84. RGB value is (104,0,132). Sum of RGB (Red+Green+Blue) = 104+0+132=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #680084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680084 is #97FF7B. Grayscale: #2D2D2D. Windows color (decimal): -9961340 or 8650856. OLE color: 8650856.

HSL color Cylindrical-coordinate representation of color #680084: hue angle of 287.27º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680084 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 0 132 -
CMYK 0.21 1 0 0.48
HSL 287.27º 1% 0.26% -
HSV(B) 287.27º 1% 0.52% -
XYZ 9.87 4.61 22.2 -
YUV 46.14 176.46 169.27 -
System Red Green Blue C M Y K H S L
Decimal 104 0 132 0.21 1 0 0.48 287.27 1 0.26
Hex 68 0 84 15 64 0 30 11F 64 1A
Octal 150 0 204 25 144 0 60 437 144 32
Binary 1101000 0 10000100 10101 1100100 0 110000 100011111 1100100 11010

Color Harmonies of #680084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680084

Black with #680084

Text Example


Text Example

White with #680084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680084; }

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

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

background-color css

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

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

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

border-color css

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

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

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