Html Css Color HEX #84357C Dark Purple

📋 copy color: '#84357C'

red 132 ◦ green 53 ◦ blue 124

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

Shades of Dark Purple #84357C

Tints of Dark Purple #84357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.15%

 BLUE value IS 124 (48.83% from 255) = 40.13%

R = 42.72%
G = 17.15%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#84357C (or 0x84357C) is known color: Dark Purple. HEX triplet: 84, 35 and 7C. RGB value is (132,53,124). Sum of RGB (Red+Green+Blue) = 132+53+124=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #84357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84357C is #7BCA83. Grayscale: #545454. Windows color (decimal): -8112772 or 8140164. OLE color: 8140164.

HSL color Cylindrical-coordinate representation of color #84357C: hue angle of 306.08º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84357C is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 53 124 -
CMYK 0 0.60 0.06 0.48
HSL 306.08º 0.43% 0.36% -
HSV(B) 306.08º 0.6% 0.52% -
XYZ 14.43 8.91 20.03 -
YUV 84.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 132 53 124 0 0.60 0.06 0.48 306.08 0.43 0.36
Hex 84 35 7C 0 3C 6 30 132 2B 24
Octal 204 65 174 0 74 6 60 462 53 44
Binary 10000100 110101 1111100 0 111100 110 110000 100110010 101011 100100

Color Harmonies of #84357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84357C

Black with #84357C

Text Example


Text Example

White with #84357C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84357C; }

 p { color: rgb(132,53,124); }

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

background-color css

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

 a { background-color: rgb(132,53,124); }

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

border-color css

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

 span { border-color: rgb(132,53,124); }

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