Html Css Color HEX #84246B Dark Purple

📋 copy color: '#84246B'

red 132 ◦ green 36 ◦ blue 107

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

Shades of Dark Purple #84246B

Tints of Dark Purple #84246B

RGB

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

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

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

R = 48%
G = 13.09%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#84246B (or 0x84246B) is known color: Dark Purple. HEX triplet: 84, 24 and 6B. RGB value is (132,36,107). Sum of RGB (Red+Green+Blue) = 132+36+107=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84246B is #7BDB94. Grayscale: #484848. Windows color (decimal): -8117141 or 7021700. OLE color: 7021700.

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

Color convert

RGB 132 36 107 -
CMYK 0 0.73 0.19 0.48
HSL 315.63º 0.57% 0.33% -
HSV(B) 315.63º 0.73% 0.52% -
XYZ 12.8 7.23 14.63 -
YUV 72.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 132 36 107 0 0.73 0.19 0.48 315.63 0.57 0.33
Hex 84 24 6B 0 49 13 30 13C 39 21
Octal 204 44 153 0 111 23 60 474 71 41
Binary 10000100 100100 1101011 0 1001001 10011 110000 100111100 111001 100001

Color Harmonies of #84246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84246B

Black with #84246B

Text Example


Text Example

White with #84246B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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