Html Css Color HEX #840381 Purple

📋 copy color: '#840381'

red 132 ◦ green 3 ◦ blue 129

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

Shades of Purple #840381

Tints of Purple #840381

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

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

R = 50%
G = 1.14%
B = 48.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#840381 (or 0x840381) is known color: Purple. HEX triplet: 84, 03 and 81. RGB value is (132,3,129). Sum of RGB (Red+Green+Blue) = 132+3+129=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #840381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840381 is #7BFC7E. Grayscale: #373737. Windows color (decimal): -8125567 or 8455044. OLE color: 8455044.

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

Color convert

RGB 132 3 129 -
CMYK 0 0.98 0.02 0.48
HSL 301.4º 0.96% 0.26% -
HSV(B) 301.4º 0.98% 0.52% -
XYZ 13.51 6.56 21.32 -
YUV 55.94 169.24 182.25 -
System Red Green Blue C M Y K H S L
Decimal 132 3 129 0 0.98 0.02 0.48 301.4 0.96 0.26
Hex 84 3 81 0 62 2 30 12D 60 1A
Octal 204 3 201 0 142 2 60 455 140 32
Binary 10000100 11 10000001 0 1100010 10 110000 100101101 1100000 11010

Color Harmonies of #840381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840381

Black with #840381

Text Example


Text Example

White with #840381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840381; }

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

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

background-color css

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

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

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

border-color css

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

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

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