Html Css Color HEX #840672 Purple

📋 copy color: '#840672'

red 132 ◦ green 6 ◦ blue 114

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

Shades of Purple #840672

Tints of Purple #840672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.38%

 BLUE value IS 114 (44.92% from 255) = 45.24%

R = 52.38%
G = 2.38%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#840672 (or 0x840672) is known color: Purple. HEX triplet: 84, 06 and 72. RGB value is (132,6,114). Sum of RGB (Red+Green+Blue) = 132+6+114=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #840672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840672 is #7BF98D. Grayscale: #373737. Windows color (decimal): -8124814 or 7472772. OLE color: 7472772.

HSL color Cylindrical-coordinate representation of color #840672: hue angle of 308.57º degrees, saturation: 0.91, 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 #840672 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 6 114 -
CMYK 0 0.95 0.14 0.48
HSL 308.57º 0.91% 0.27% -
HSV(B) 308.57º 0.95% 0.52% -
XYZ 12.62 6.25 16.46 -
YUV 55.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 132 6 114 0 0.95 0.14 0.48 308.57 0.91 0.27
Hex 84 6 72 0 5F E 30 135 5B 1B
Octal 204 6 162 0 137 16 60 465 133 33
Binary 10000100 110 1110010 0 1011111 1110 110000 100110101 1011011 11011

Color Harmonies of #840672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840672

Black with #840672

Text Example


Text Example

White with #840672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840672; }

 p { color: rgb(132,6,114); }

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

background-color css

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

 a { background-color: rgb(132,6,114); }

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

border-color css

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

 span { border-color: rgb(132,6,114); }

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