Html Css Color HEX #840E7B Purple

📋 copy color: '#840E7B'

red 132 ◦ green 14 ◦ blue 123

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

Shades of Purple #840E7B

Tints of Purple #840E7B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.2%

 BLUE value IS 123 (48.44% from 255) = 45.72%

R = 49.07%
G = 5.2%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#840E7B (or 0x840E7B) is known color: Purple. HEX triplet: 84, 0E and 7B. RGB value is (132,14,123). Sum of RGB (Red+Green+Blue) = 132+14+123=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #840E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840E7B is #7BF184. Grayscale: #3D3D3D. Windows color (decimal): -8122757 or 8064644. OLE color: 8064644.

HSL color Cylindrical-coordinate representation of color #840E7B: hue angle of 304.58º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840E7B is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 14 123 -
CMYK 0 0.89 0.07 0.48
HSL 304.58º 0.81% 0.29% -
HSV(B) 304.58º 0.89% 0.52% -
XYZ 13.25 6.65 19.32 -
YUV 61.71 162.59 178.14 -
System Red Green Blue C M Y K H S L
Decimal 132 14 123 0 0.89 0.07 0.48 304.58 0.81 0.29
Hex 84 E 7B 0 59 7 30 131 51 1D
Octal 204 16 173 0 131 7 60 461 121 35
Binary 10000100 1110 1111011 0 1011001 111 110000 100110001 1010001 11101

Color Harmonies of #840E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840E7B

Black with #840E7B

Text Example


Text Example

White with #840E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840E7B; }

 p { color: rgb(132,14,123); }

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

background-color css

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

 a { background-color: rgb(132,14,123); }

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

border-color css

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

 span { border-color: rgb(132,14,123); }

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