Html Css Color HEX #842B7F Dark Purple

📋 copy color: '#842B7F'

red 132 ◦ green 43 ◦ blue 127

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

Shades of Dark Purple #842B7F

Tints of Dark Purple #842B7F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.24%

 BLUE value IS 127 (50% from 255) = 42.05%

R = 43.71%
G = 14.24%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#842B7F (or 0x842B7F) is known color: Dark Purple. HEX triplet: 84, 2B and 7F. RGB value is (132,43,127). Sum of RGB (Red+Green+Blue) = 132+43+127=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #842B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842B7F is #7BD480. Grayscale: #4E4E4E. Windows color (decimal): -8115329 or 8334212. OLE color: 8334212.

HSL color Cylindrical-coordinate representation of color #842B7F: hue angle of 303.37º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842B7F is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 43 127 -
CMYK 0 0.67 0.04 0.48
HSL 303.37º 0.51% 0.34% -
HSV(B) 303.37º 0.67% 0.52% -
XYZ 14.21 8.17 20.91 -
YUV 79.19 154.99 165.67 -
System Red Green Blue C M Y K H S L
Decimal 132 43 127 0 0.67 0.04 0.48 303.37 0.51 0.34
Hex 84 2B 7F 0 43 4 30 12F 33 22
Octal 204 53 177 0 103 4 60 457 63 42
Binary 10000100 101011 1111111 0 1000011 100 110000 100101111 110011 100010

Color Harmonies of #842B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842B7F

Black with #842B7F

Text Example


Text Example

White with #842B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842B7F; }

 p { color: rgb(132,43,127); }

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

background-color css

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

 a { background-color: rgb(132,43,127); }

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

border-color css

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

 span { border-color: rgb(132,43,127); }

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