Html Css Color HEX #840781 Purple

📋 copy color: '#840781'

red 132 ◦ green 7 ◦ blue 129

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

Shades of Purple #840781

Tints of Purple #840781

RGB

 RED value IS 132 (51.95% from 255) = 49.25%

 GREEN value IS 7 (3.13% from 255) = 2.61%

 BLUE value IS 129 (50.78% from 255) = 48.13%

R = 49.25%
G = 2.61%
B = 48.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#840781 (or 0x840781) is known color: Purple. HEX triplet: 84, 07 and 81. RGB value is (132,7,129). Sum of RGB (Red+Green+Blue) = 132+7+129=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #840781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840781 is #7BF87E. Grayscale: #393939. Windows color (decimal): -8124543 or 8456068. OLE color: 8456068.

HSL color Cylindrical-coordinate representation of color #840781: hue angle of 301.44º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840781 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 7 129 -
CMYK 0 0.95 0.02 0.48
HSL 301.44º 0.9% 0.27% -
HSV(B) 301.44º 0.95% 0.52% -
XYZ 13.55 6.64 21.34 -
YUV 58.28 167.91 180.58 -
System Red Green Blue C M Y K H S L
Decimal 132 7 129 0 0.95 0.02 0.48 301.44 0.9 0.27
Hex 84 7 81 0 5F 2 30 12D 5A 1B
Octal 204 7 201 0 137 2 60 455 132 33
Binary 10000100 111 10000001 0 1011111 10 110000 100101101 1011010 11011

Color Harmonies of #840781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840781

Black with #840781

Text Example


Text Example

White with #840781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840781; }

 p { color: rgb(132,7,129); }

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

background-color css

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

 a { background-color: rgb(132,7,129); }

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

border-color css

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

 span { border-color: rgb(132,7,129); }

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