Html Css Color HEX #84296B Dark Purple

📋 copy color: '#84296B'

red 132 ◦ green 41 ◦ blue 107

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

Shades of Dark Purple #84296B

Tints of Dark Purple #84296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.21%

R = 47.14%
G = 14.64%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#84296B (or 0x84296B) is known color: Dark Purple. HEX triplet: 84, 29 and 6B. RGB value is (132,41,107). Sum of RGB (Red+Green+Blue) = 132+41+107=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #84296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84296B is #7BD694. Grayscale: #4B4B4B. Windows color (decimal): -8115861 or 7022980. OLE color: 7022980.

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

Color convert

RGB 132 41 107 -
CMYK 0 0.69 0.19 0.48
HSL 316.48º 0.53% 0.34% -
HSV(B) 316.48º 0.69% 0.52% -
XYZ 12.96 7.55 14.68 -
YUV 75.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 132 41 107 0 0.69 0.19 0.48 316.48 0.53 0.34
Hex 84 29 6B 0 45 13 30 13C 35 22
Octal 204 51 153 0 105 23 60 474 65 42
Binary 10000100 101001 1101011 0 1000101 10011 110000 100111100 110101 100010

Color Harmonies of #84296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84296B

Black with #84296B

Text Example


Text Example

White with #84296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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