Html Css Color HEX #84246F Dark Purple

📋 copy color: '#84246F'

red 132 ◦ green 36 ◦ blue 111

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

Shades of Dark Purple #84246F

Tints of Dark Purple #84246F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.78%

R = 47.31%
G = 12.9%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#84246F (or 0x84246F) is known color: Dark Purple. HEX triplet: 84, 24 and 6F. RGB value is (132,36,111). Sum of RGB (Red+Green+Blue) = 132+36+111=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84246F is #7BDB90. Grayscale: #494949. Windows color (decimal): -8117137 or 7283844. OLE color: 7283844.

HSL color Cylindrical-coordinate representation of color #84246F: hue angle of 313.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 #84246F is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 36 111 -
CMYK 0 0.73 0.16 0.48
HSL 313.13º 0.57% 0.33% -
HSV(B) 313.13º 0.73% 0.52% -
XYZ 13.02 7.31 15.76 -
YUV 73.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 132 36 111 0 0.73 0.16 0.48 313.13 0.57 0.33
Hex 84 24 6F 0 49 10 30 139 39 21
Octal 204 44 157 0 111 20 60 471 71 41
Binary 10000100 100100 1101111 0 1001001 10000 110000 100111001 111001 100001

Color Harmonies of #84246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84246F

Black with #84246F

Text Example


Text Example

White with #84246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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