Html Css Color HEX #84007F Purple

📋 copy color: '#84007F'

red 132 ◦ green 0 ◦ blue 127

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

Shades of Purple #84007F

Tints of Purple #84007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.97%
G = 0%
B = 49.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#84007F (or 0x84007F) is known color: Purple. HEX triplet: 84, 00 and 7F. RGB value is (132,0,127). Sum of RGB (Red+Green+Blue) = 132+0+127=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84007F is #7BFF80. Grayscale: #353535. Windows color (decimal): -8126337 or 8323204. OLE color: 8323204.

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

Color convert

RGB 132 0 127 -
CMYK 0 1 0.04 0.48
HSL 302.27º 1% 0.26% -
HSV(B) 302.27º 1% 0.52% -
XYZ 13.35 6.44 20.62 -
YUV 53.95 169.23 183.67 -
System Red Green Blue C M Y K H S L
Decimal 132 0 127 0 1 0.04 0.48 302.27 1 0.26
Hex 84 0 7F 0 64 4 30 12E 64 1A
Octal 204 0 177 0 144 4 60 456 144 32
Binary 10000100 0 1111111 0 1100100 100 110000 100101110 1100100 11010

Color Harmonies of #84007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84007F

Black with #84007F

Text Example


Text Example

White with #84007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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