Html Css Color HEX #84007D Purple

📋 copy color: '#84007D'

red 132 ◦ green 0 ◦ blue 125

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

Shades of Purple #84007D

Tints of Purple #84007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.64%

R = 51.36%
G = 0%
B = 48.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84007D (or 0x84007D) is known color: Purple. HEX triplet: 84, 00 and 7D. RGB value is (132,0,125). Sum of RGB (Red+Green+Blue) = 132+0+125=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #84007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84007D is #7BFF82. Grayscale: #353535. Windows color (decimal): -8126339 or 8192132. OLE color: 8192132.

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

Color convert

RGB 132 0 125 -
CMYK 0 1 0.05 0.48
HSL 303.18º 1% 0.26% -
HSV(B) 303.18º 1% 0.52% -
XYZ 13.22 6.39 19.94 -
YUV 53.72 168.23 183.84 -
System Red Green Blue C M Y K H S L
Decimal 132 0 125 0 1 0.05 0.48 303.18 1 0.26
Hex 84 0 7D 0 64 5 30 12F 64 1A
Octal 204 0 175 0 144 5 60 457 144 32
Binary 10000100 0 1111101 0 1100100 101 110000 100101111 1100100 11010

Color Harmonies of #84007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84007D

Black with #84007D

Text Example


Text Example

White with #84007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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