Html Css Color HEX #84297D Dark Purple

📋 copy color: '#84297D'

red 132 ◦ green 41 ◦ blue 125

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

Shades of Dark Purple #84297D

Tints of Dark Purple #84297D

RGB

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

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

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

R = 44.3%
G = 13.76%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84297D (or 0x84297D) is known color: Dark Purple. HEX triplet: 84, 29 and 7D. RGB value is (132,41,125). Sum of RGB (Red+Green+Blue) = 132+41+125=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #84297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84297D is #7BD682. Grayscale: #4D4D4D. Windows color (decimal): -8115843 or 8202628. OLE color: 8202628.

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

Color convert

RGB 132 41 125 -
CMYK 0 0.69 0.05 0.48
HSL 304.62º 0.53% 0.34% -
HSV(B) 304.62º 0.69% 0.52% -
XYZ 14.01 7.97 20.2 -
YUV 77.79 154.65 166.67 -
System Red Green Blue C M Y K H S L
Decimal 132 41 125 0 0.69 0.05 0.48 304.62 0.53 0.34
Hex 84 29 7D 0 45 5 30 131 35 22
Octal 204 51 175 0 105 5 60 461 65 42
Binary 10000100 101001 1111101 0 1000101 101 110000 100110001 110101 100010

Color Harmonies of #84297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84297D

Black with #84297D

Text Example


Text Example

White with #84297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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