Html Css Color HEX #84047F Purple

📋 copy color: '#84047F'

red 132 ◦ green 4 ◦ blue 127

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

Shades of Purple #84047F

Tints of Purple #84047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

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

R = 50.19%
G = 1.52%
B = 48.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#84047F (or 0x84047F) is known color: Purple. HEX triplet: 84, 04 and 7F. RGB value is (132,4,127). Sum of RGB (Red+Green+Blue) = 132+4+127=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84047F is #7BFB80. Grayscale: #373737. Windows color (decimal): -8125313 or 8324228. OLE color: 8324228.

HSL color Cylindrical-coordinate representation of color #84047F: hue angle of 302.34º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #84047F is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 4 127 -
CMYK 0 0.97 0.04 0.48
HSL 302.34º 0.94% 0.27% -
HSV(B) 302.34º 0.97% 0.52% -
XYZ 13.39 6.52 20.63 -
YUV 56.29 167.91 182 -
System Red Green Blue C M Y K H S L
Decimal 132 4 127 0 0.97 0.04 0.48 302.34 0.94 0.27
Hex 84 4 7F 0 61 4 30 12E 5E 1B
Octal 204 4 177 0 141 4 60 456 136 33
Binary 10000100 100 1111111 0 1100001 100 110000 100101110 1011110 11011

Color Harmonies of #84047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84047F

Black with #84047F

Text Example


Text Example

White with #84047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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