Html Css Color HEX #84276F Dark Purple

📋 copy color: '#84276F'

red 132 ◦ green 39 ◦ blue 111

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

Shades of Dark Purple #84276F

Tints of Dark Purple #84276F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.83%

 BLUE value IS 111 (43.75% from 255) = 39.36%

R = 46.81%
G = 13.83%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#84276F (or 0x84276F) is known color: Dark Purple. HEX triplet: 84, 27 and 6F. RGB value is (132,39,111). Sum of RGB (Red+Green+Blue) = 132+39+111=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #84276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84276F is #7BD890. Grayscale: #4A4A4A. Windows color (decimal): -8116369 or 7284612. OLE color: 7284612.

HSL color Cylindrical-coordinate representation of color #84276F: hue angle of 313.55º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84276F is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 39 111 -
CMYK 0 0.70 0.16 0.48
HSL 313.55º 0.54% 0.34% -
HSV(B) 313.55º 0.7% 0.52% -
XYZ 13.11 7.5 15.8 -
YUV 75.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 132 39 111 0 0.70 0.16 0.48 313.55 0.54 0.34
Hex 84 27 6F 0 46 10 30 13A 36 22
Octal 204 47 157 0 106 20 60 472 66 42
Binary 10000100 100111 1101111 0 1000110 10000 110000 100111010 110110 100010

Color Harmonies of #84276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84276F

Black with #84276F

Text Example


Text Example

White with #84276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84276F; }

 p { color: rgb(132,39,111); }

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

background-color css

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

 a { background-color: rgb(132,39,111); }

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

border-color css

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

 span { border-color: rgb(132,39,111); }

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