Html Css Color HEX #84297B Dark Purple

📋 copy color: '#84297B'

red 132 ◦ green 41 ◦ blue 123

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

Shades of Dark Purple #84297B

Tints of Dark Purple #84297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.55%

R = 44.59%
G = 13.85%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#84297B (or 0x84297B) is known color: Dark Purple. HEX triplet: 84, 29 and 7B. RGB value is (132,41,123). Sum of RGB (Red+Green+Blue) = 132+41+123=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #84297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84297B is #7BD684. Grayscale: #4D4D4D. Windows color (decimal): -8115845 or 8071556. OLE color: 8071556.

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

Color convert

RGB 132 41 123 -
CMYK 0 0.69 0.07 0.48
HSL 305.93º 0.53% 0.34% -
HSV(B) 305.93º 0.69% 0.52% -
XYZ 13.88 7.92 19.54 -
YUV 77.56 153.65 166.83 -
System Red Green Blue C M Y K H S L
Decimal 132 41 123 0 0.69 0.07 0.48 305.93 0.53 0.34
Hex 84 29 7B 0 45 7 30 132 35 22
Octal 204 51 173 0 105 7 60 462 65 42
Binary 10000100 101001 1111011 0 1000101 111 110000 100110010 110101 100010

Color Harmonies of #84297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84297B

Black with #84297B

Text Example


Text Example

White with #84297B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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