Html Css Color HEX #681484 Purple

📋 copy color: '#681484'

red 104 ◦ green 20 ◦ blue 132

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

Shades of Purple #681484

Tints of Purple #681484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.81%

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

R = 40.63%
G = 7.81%
B = 51.56%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#681484 (or 0x681484) is known color: Purple. HEX triplet: 68, 14 and 84. RGB value is (104,20,132). Sum of RGB (Red+Green+Blue) = 104+20+132=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #681484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681484 is #97EB7B. Grayscale: #393939. Windows color (decimal): -9956220 or 8655976. OLE color: 8655976.

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

Color convert

RGB 104 20 132 -
CMYK 0.21 0.85 0 0.48
HSL 285º 0.74% 0.3% -
HSV(B) 285º 0.85% 0.52% -
XYZ 10.12 5.11 22.28 -
YUV 57.88 169.83 160.89 -
System Red Green Blue C M Y K H S L
Decimal 104 20 132 0.21 0.85 0 0.48 285 0.74 0.3
Hex 68 14 84 15 55 0 30 11D 4A 1E
Octal 150 24 204 25 125 0 60 435 112 36
Binary 1101000 10100 10000100 10101 1010101 0 110000 100011101 1001010 11110

Color Harmonies of #681484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681484

Black with #681484

Text Example


Text Example

White with #681484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681484; }

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

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

background-color css

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

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

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

border-color css

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

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

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