Html Css Color HEX #84207F Dark Purple

📋 copy color: '#84207F'

red 132 ◦ green 32 ◦ blue 127

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

Shades of Dark Purple #84207F

Tints of Dark Purple #84207F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11%

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

R = 45.36%
G = 11%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#84207F (or 0x84207F) is known color: Dark Purple. HEX triplet: 84, 20 and 7F. RGB value is (132,32,127). Sum of RGB (Red+Green+Blue) = 132+32+127=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84207F is #7BDF80. Grayscale: #484848. Windows color (decimal): -8118145 or 8331396. OLE color: 8331396.

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

Color convert

RGB 132 32 127 -
CMYK 0 0.76 0.04 0.48
HSL 303º 0.61% 0.32% -
HSV(B) 303º 0.76% 0.52% -
XYZ 13.86 7.47 20.79 -
YUV 72.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 132 32 127 0 0.76 0.04 0.48 303 0.61 0.32
Hex 84 20 7F 0 4C 4 30 12F 3D 20
Octal 204 40 177 0 114 4 60 457 75 40
Binary 10000100 100000 1111111 0 1001100 100 110000 100101111 111101 100000

Color Harmonies of #84207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84207F

Black with #84207F

Text Example


Text Example

White with #84207F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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