Html Css Color HEX #84227F Dark Purple

📋 copy color: '#84227F'

red 132 ◦ green 34 ◦ blue 127

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

Shades of Dark Purple #84227F

Tints of Dark Purple #84227F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.6%

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

R = 45.05%
G = 11.6%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#84227F (or 0x84227F) is known color: Dark Purple. HEX triplet: 84, 22 and 7F. RGB value is (132,34,127). Sum of RGB (Red+Green+Blue) = 132+34+127=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #84227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84227F is #7BDD80. Grayscale: #494949. Windows color (decimal): -8117633 or 8331908. OLE color: 8331908.

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

Color convert

RGB 132 34 127 -
CMYK 0 0.74 0.04 0.48
HSL 303.06º 0.59% 0.33% -
HSV(B) 303.06º 0.74% 0.52% -
XYZ 13.92 7.58 20.81 -
YUV 73.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 132 34 127 0 0.74 0.04 0.48 303.06 0.59 0.33
Hex 84 22 7F 0 4A 4 30 12F 3B 21
Octal 204 42 177 0 112 4 60 457 73 41
Binary 10000100 100010 1111111 0 1001010 100 110000 100101111 111011 100001

Color Harmonies of #84227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84227F

Black with #84227F

Text Example


Text Example

White with #84227F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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