Html Css Color HEX #84347C Dark Purple

📋 copy color: '#84347C'

red 132 ◦ green 52 ◦ blue 124

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

Shades of Dark Purple #84347C

Tints of Dark Purple #84347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.88%

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

R = 42.86%
G = 16.88%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#84347C (or 0x84347C) is known color: Dark Purple. HEX triplet: 84, 34 and 7C. RGB value is (132,52,124). Sum of RGB (Red+Green+Blue) = 132+52+124=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #84347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84347C is #7BCB83. Grayscale: #535353. Windows color (decimal): -8113028 or 8139908. OLE color: 8139908.

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

Color convert

RGB 132 52 124 -
CMYK 0 0.61 0.06 0.48
HSL 306º 0.43% 0.36% -
HSV(B) 306º 0.61% 0.52% -
XYZ 14.38 8.82 20.01 -
YUV 84.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 132 52 124 0 0.61 0.06 0.48 306 0.43 0.36
Hex 84 34 7C 0 3D 6 30 132 2B 24
Octal 204 64 174 0 75 6 60 462 53 44
Binary 10000100 110100 1111100 0 111101 110 110000 100110010 101011 100100

Color Harmonies of #84347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84347C

Black with #84347C

Text Example


Text Example

White with #84347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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