Html Css Color HEX #84277F Dark Purple

📋 copy color: '#84277F'

red 132 ◦ green 39 ◦ blue 127

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

Shades of Dark Purple #84277F

Tints of Dark Purple #84277F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.62%

R = 44.3%
G = 13.09%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#84277F (or 0x84277F) is known color: Dark Purple. HEX triplet: 84, 27 and 7F. RGB value is (132,39,127). Sum of RGB (Red+Green+Blue) = 132+39+127=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #84277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84277F is #7BD880. Grayscale: #4C4C4C. Windows color (decimal): -8116353 or 8333188. OLE color: 8333188.

HSL color Cylindrical-coordinate representation of color #84277F: hue angle of 303.23º 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 #84277F is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 39 127 -
CMYK 0 0.70 0.04 0.48
HSL 303.23º 0.54% 0.34% -
HSV(B) 303.23º 0.7% 0.52% -
XYZ 14.07 7.89 20.86 -
YUV 76.84 156.31 167.34 -
System Red Green Blue C M Y K H S L
Decimal 132 39 127 0 0.70 0.04 0.48 303.23 0.54 0.34
Hex 84 27 7F 0 46 4 30 12F 36 22
Octal 204 47 177 0 106 4 60 457 66 42
Binary 10000100 100111 1111111 0 1000110 100 110000 100101111 110110 100010

Color Harmonies of #84277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84277F

Black with #84277F

Text Example


Text Example

White with #84277F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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