Html Css Color HEX #842373 Dark Purple

📋 copy color: '#842373'

red 132 ◦ green 35 ◦ blue 115

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

Shades of Dark Purple #842373

Tints of Dark Purple #842373

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.41%

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 46.81%
G = 12.41%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#842373 (or 0x842373) is known color: Dark Purple. HEX triplet: 84, 23 and 73. RGB value is (132,35,115). Sum of RGB (Red+Green+Blue) = 132+35+115=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #842373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842373 is #7BDC8C. Grayscale: #484848. Windows color (decimal): -8117389 or 7545732. OLE color: 7545732.

HSL color Cylindrical-coordinate representation of color #842373: hue angle of 310.52º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842373 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 35 115 -
CMYK 0 0.73 0.13 0.48
HSL 310.52º 0.58% 0.33% -
HSV(B) 310.52º 0.73% 0.52% -
XYZ 13.21 7.35 16.94 -
YUV 73.12 151.64 170 -
System Red Green Blue C M Y K H S L
Decimal 132 35 115 0 0.73 0.13 0.48 310.52 0.58 0.33
Hex 84 23 73 0 49 D 30 137 3A 21
Octal 204 43 163 0 111 15 60 467 72 41
Binary 10000100 100011 1110011 0 1001001 1101 110000 100110111 111010 100001

Color Harmonies of #842373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842373

Black with #842373

Text Example


Text Example

White with #842373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842373; }

 p { color: rgb(132,35,115); }

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

background-color css

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

 a { background-color: rgb(132,35,115); }

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

border-color css

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

 span { border-color: rgb(132,35,115); }

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