Html Css Color HEX #84346D Dark Purple

📋 copy color: '#84346D'

red 132 ◦ green 52 ◦ blue 109

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

Shades of Dark Purple #84346D

Tints of Dark Purple #84346D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.2%

R = 45.05%
G = 17.75%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#84346D (or 0x84346D) is known color: Dark Purple. HEX triplet: 84, 34 and 6D. RGB value is (132,52,109). Sum of RGB (Red+Green+Blue) = 132+52+109=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #84346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84346D is #7BCB92. Grayscale: #525252. Windows color (decimal): -8113043 or 7156868. OLE color: 7156868.

HSL color Cylindrical-coordinate representation of color #84346D: hue angle of 317.25º 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 #84346D is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 52 109 -
CMYK 0 0.61 0.17 0.48
HSL 317.25º 0.43% 0.36% -
HSV(B) 317.25º 0.61% 0.52% -
XYZ 13.5 8.47 15.39 -
YUV 82.42 143 163.37 -
System Red Green Blue C M Y K H S L
Decimal 132 52 109 0 0.61 0.17 0.48 317.25 0.43 0.36
Hex 84 34 6D 0 3D 11 30 13D 2B 24
Octal 204 64 155 0 75 21 60 475 53 44
Binary 10000100 110100 1101101 0 111101 10001 110000 100111101 101011 100100

Color Harmonies of #84346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84346D

Black with #84346D

Text Example


Text Example

White with #84346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84346D; }

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

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

background-color css

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

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

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

border-color css

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

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

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