Html Css Color HEX #84017F Purple

📋 copy color: '#84017F'

red 132 ◦ green 1 ◦ blue 127

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

Shades of Purple #84017F

Tints of Purple #84017F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 50.77%
G = 0.38%
B = 48.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#84017F (or 0x84017F) is known color: Purple. HEX triplet: 84, 01 and 7F. RGB value is (132,1,127). Sum of RGB (Red+Green+Blue) = 132+1+127=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84017F is #7BFE80. Grayscale: #363636. Windows color (decimal): -8126081 or 8323460. OLE color: 8323460.

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

Color convert

RGB 132 1 127 -
CMYK 0 0.99 0.04 0.48
HSL 302.29º 0.98% 0.26% -
HSV(B) 302.29º 0.99% 0.52% -
XYZ 13.36 6.46 20.62 -
YUV 54.53 168.9 183.25 -
System Red Green Blue C M Y K H S L
Decimal 132 1 127 0 0.99 0.04 0.48 302.29 0.98 0.26
Hex 84 1 7F 0 63 4 30 12E 62 1A
Octal 204 1 177 0 143 4 60 456 142 32
Binary 10000100 1 1111111 0 1100011 100 110000 100101110 1100010 11010

Color Harmonies of #84017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84017F

Black with #84017F

Text Example


Text Example

White with #84017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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