Html Css Color HEX #84247A Dark Purple

📋 copy color: '#84247A'

red 132 ◦ green 36 ◦ blue 122

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

Shades of Dark Purple #84247A

Tints of Dark Purple #84247A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.07%

R = 45.52%
G = 12.41%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#84247A (or 0x84247A) is known color: Dark Purple. HEX triplet: 84, 24 and 7A. RGB value is (132,36,122). Sum of RGB (Red+Green+Blue) = 132+36+122=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #84247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84247A is #7BDB85. Grayscale: #4A4A4A. Windows color (decimal): -8117126 or 8004740. OLE color: 8004740.

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

Color convert

RGB 132 36 122 -
CMYK 0 0.73 0.08 0.48
HSL 306.25º 0.57% 0.33% -
HSV(B) 306.25º 0.73% 0.52% -
XYZ 13.66 7.57 19.15 -
YUV 74.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 132 36 122 0 0.73 0.08 0.48 306.25 0.57 0.33
Hex 84 24 7A 0 49 8 30 132 39 21
Octal 204 44 172 0 111 10 60 462 71 41
Binary 10000100 100100 1111010 0 1001001 1000 110000 100110010 111001 100001

Color Harmonies of #84247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84247A

Black with #84247A

Text Example


Text Example

White with #84247A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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