Html Css Color HEX #84247F Dark Purple

📋 copy color: '#84247F'

red 132 ◦ green 36 ◦ blue 127

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

Shades of Dark Purple #84247F

Tints of Dark Purple #84247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.2%

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

R = 44.75%
G = 12.2%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#84247F (or 0x84247F) is known color: Dark Purple. HEX triplet: 84, 24 and 7F. RGB value is (132,36,127). Sum of RGB (Red+Green+Blue) = 132+36+127=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84247F is #7BDB80. Grayscale: #4A4A4A. Windows color (decimal): -8117121 or 8332420. OLE color: 8332420.

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

Color convert

RGB 132 36 127 -
CMYK 0 0.73 0.04 0.48
HSL 303.13º 0.57% 0.33% -
HSV(B) 303.13º 0.73% 0.52% -
XYZ 13.98 7.7 20.83 -
YUV 75.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 132 36 127 0 0.73 0.04 0.48 303.13 0.57 0.33
Hex 84 24 7F 0 49 4 30 12F 39 21
Octal 204 44 177 0 111 4 60 457 71 41
Binary 10000100 100100 1111111 0 1001001 100 110000 100101111 111001 100001

Color Harmonies of #84247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84247F

Black with #84247F

Text Example


Text Example

White with #84247F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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