Html Css Color HEX #84006D Purple

📋 copy color: '#84006D'

red 132 ◦ green 0 ◦ blue 109

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

Shades of Purple #84006D

Tints of Purple #84006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.23%

R = 54.77%
G = 0%
B = 45.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#84006D (or 0x84006D) is known color: Purple. HEX triplet: 84, 00 and 6D. RGB value is (132,0,109). Sum of RGB (Red+Green+Blue) = 132+0+109=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #84006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84006D is #7BFF92. Grayscale: #333333. Windows color (decimal): -8126355 or 7143556. OLE color: 7143556.

HSL color Cylindrical-coordinate representation of color #84006D: hue angle of 310.45º 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 #84006D is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 0 109 -
CMYK 0 1 0.17 0.48
HSL 310.45º 1% 0.26% -
HSV(B) 310.45º 1% 0.52% -
XYZ 12.28 6.01 14.98 -
YUV 51.89 160.23 185.14 -
System Red Green Blue C M Y K H S L
Decimal 132 0 109 0 1 0.17 0.48 310.45 1 0.26
Hex 84 0 6D 0 64 11 30 136 64 1A
Octal 204 0 155 0 144 21 60 466 144 32
Binary 10000100 0 1101101 0 1100100 10001 110000 100110110 1100100 11010

Color Harmonies of #84006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84006D

Black with #84006D

Text Example


Text Example

White with #84006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84006D; }

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

 H1.HeaderClassName
 {
   color: #84006D;
 }
 .AnyTagClassName
 {
   color: #84006D;
 }
</style>

background-color css

<style>
 a { background-color: #84006D; }

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

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

border-color css

<style>
 span { border-color: #84006D; }

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

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