Html Css Color HEX #842B7D Dark Purple

📋 copy color: '#842B7D'

red 132 ◦ green 43 ◦ blue 125

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

Shades of Dark Purple #842B7D

Tints of Dark Purple #842B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.67%

R = 44%
G = 14.33%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#842B7D (or 0x842B7D) is known color: Dark Purple. HEX triplet: 84, 2B and 7D. RGB value is (132,43,125). Sum of RGB (Red+Green+Blue) = 132+43+125=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #842B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842B7D is #7BD482. Grayscale: #4E4E4E. Windows color (decimal): -8115331 or 8203140. OLE color: 8203140.

HSL color Cylindrical-coordinate representation of color #842B7D: hue angle of 304.72º 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 #842B7D is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 43 125 -
CMYK 0 0.67 0.05 0.48
HSL 304.72º 0.51% 0.34% -
HSV(B) 304.72º 0.67% 0.52% -
XYZ 14.08 8.11 20.23 -
YUV 78.96 153.99 165.83 -
System Red Green Blue C M Y K H S L
Decimal 132 43 125 0 0.67 0.05 0.48 304.72 0.51 0.34
Hex 84 2B 7D 0 43 5 30 131 33 22
Octal 204 53 175 0 103 5 60 461 63 42
Binary 10000100 101011 1111101 0 1000011 101 110000 100110001 110011 100010

Color Harmonies of #842B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842B7D

Black with #842B7D

Text Example


Text Example

White with #842B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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