Html Css Color HEX #84387C Dark Purple

📋 copy color: '#84387C'

red 132 ◦ green 56 ◦ blue 124

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

Shades of Dark Purple #84387C

Tints of Dark Purple #84387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.95%

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

R = 42.31%
G = 17.95%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#84387C (or 0x84387C) is known color: Dark Purple. HEX triplet: 84, 38 and 7C. RGB value is (132,56,124). Sum of RGB (Red+Green+Blue) = 132+56+124=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #84387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84387C is #7BC783. Grayscale: #565656. Windows color (decimal): -8112004 or 8140932. OLE color: 8140932.

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

Color convert

RGB 132 56 124 -
CMYK 0 0.58 0.06 0.48
HSL 306.32º 0.4% 0.37% -
HSV(B) 306.32º 0.58% 0.52% -
XYZ 14.57 9.19 20.07 -
YUV 86.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 132 56 124 0 0.58 0.06 0.48 306.32 0.4 0.37
Hex 84 38 7C 0 3A 6 30 132 28 25
Octal 204 70 174 0 72 6 60 462 50 45
Binary 10000100 111000 1111100 0 111010 110 110000 100110010 101000 100101

Color Harmonies of #84387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84387C

Black with #84387C

Text Example


Text Example

White with #84387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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