Html Css Color HEX #681584 Purple

📋 copy color: '#681584'

red 104 ◦ green 21 ◦ blue 132

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

Shades of Purple #681584

Tints of Purple #681584

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.17%

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

R = 40.47%
G = 8.17%
B = 51.36%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#681584 (or 0x681584) is known color: Purple. HEX triplet: 68, 15 and 84. RGB value is (104,21,132). Sum of RGB (Red+Green+Blue) = 104+21+132=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #681584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681584 is #97EA7B. Grayscale: #3A3A3A. Windows color (decimal): -9955964 or 8656232. OLE color: 8656232.

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

Color convert

RGB 104 21 132 -
CMYK 0.21 0.84 0 0.48
HSL 284.86º 0.73% 0.3% -
HSV(B) 284.86º 0.84% 0.52% -
XYZ 10.14 5.15 22.29 -
YUV 58.47 169.5 160.47 -
System Red Green Blue C M Y K H S L
Decimal 104 21 132 0.21 0.84 0 0.48 284.86 0.73 0.3
Hex 68 15 84 15 54 0 30 11D 49 1E
Octal 150 25 204 25 124 0 60 435 111 36
Binary 1101000 10101 10000100 10101 1010100 0 110000 100011101 1001001 11110

Color Harmonies of #681584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681584

Black with #681584

Text Example


Text Example

White with #681584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681584; }

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

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

background-color css

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

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

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

border-color css

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

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

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