Html Css Color HEX #84027E Purple

📋 copy color: '#84027E'

red 132 ◦ green 2 ◦ blue 126

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

Shades of Purple #84027E

Tints of Purple #84027E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 126 (49.61% from 255) = 48.46%

R = 50.77%
G = 0.77%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84027E (or 0x84027E) is known color: Purple. HEX triplet: 84, 02 and 7E. RGB value is (132,2,126). Sum of RGB (Red+Green+Blue) = 132+2+126=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84027E is #7BFD81. Grayscale: #363636. Windows color (decimal): -8125826 or 8258180. OLE color: 8258180.

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

Color convert

RGB 132 2 126 -
CMYK 0 0.98 0.05 0.48
HSL 302.77º 0.97% 0.26% -
HSV(B) 302.77º 0.98% 0.52% -
XYZ 13.3 6.46 20.28 -
YUV 55.01 168.07 182.92 -
System Red Green Blue C M Y K H S L
Decimal 132 2 126 0 0.98 0.05 0.48 302.77 0.97 0.26
Hex 84 2 7E 0 62 5 30 12F 61 1A
Octal 204 2 176 0 142 5 60 457 141 32
Binary 10000100 10 1111110 0 1100010 101 110000 100101111 1100001 11010

Color Harmonies of #84027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84027E

Black with #84027E

Text Example


Text Example

White with #84027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84027E; }

 p { color: rgb(132,2,126); }

 H1.HeaderClassName
 {
   color: #84027E;
 }
 .AnyTagClassName
 {
   color: #84027E;
 }
</style>

background-color css

<style>
 a { background-color: #84027E; }

 a { background-color: rgb(132,2,126); }

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

border-color css

<style>
 span { border-color: #84027E; }

 span { border-color: rgb(132,2,126); }

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