Html Css Color HEX #84297A Dark Purple

📋 copy color: '#84297A'

red 132 ◦ green 41 ◦ blue 122

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

Shades of Dark Purple #84297A

Tints of Dark Purple #84297A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.9%

 BLUE value IS 122 (48.05% from 255) = 41.36%

R = 44.75%
G = 13.9%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#84297A (or 0x84297A) is known color: Dark Purple. HEX triplet: 84, 29 and 7A. RGB value is (132,41,122). Sum of RGB (Red+Green+Blue) = 132+41+122=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84297A is #7BD685. Grayscale: #4D4D4D. Windows color (decimal): -8115846 or 8006020. OLE color: 8006020.

HSL color Cylindrical-coordinate representation of color #84297A: hue angle of 306.59º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84297A is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 41 122 -
CMYK 0 0.69 0.08 0.48
HSL 306.59º 0.53% 0.34% -
HSV(B) 306.59º 0.69% 0.52% -
XYZ 13.82 7.9 19.21 -
YUV 77.44 153.15 166.91 -
System Red Green Blue C M Y K H S L
Decimal 132 41 122 0 0.69 0.08 0.48 306.59 0.53 0.34
Hex 84 29 7A 0 45 8 30 133 35 22
Octal 204 51 172 0 105 10 60 463 65 42
Binary 10000100 101001 1111010 0 1000101 1000 110000 100110011 110101 100010

Color Harmonies of #84297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84297A

Black with #84297A

Text Example


Text Example

White with #84297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84297A; }

 p { color: rgb(132,41,122); }

 H1.HeaderClassName
 {
   color: #84297A;
 }
 .AnyTagClassName
 {
   color: #84297A;
 }
</style>

background-color css

<style>
 a { background-color: #84297A; }

 a { background-color: rgb(132,41,122); }

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

border-color css

<style>
 span { border-color: #84297A; }

 span { border-color: rgb(132,41,122); }

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