Html Css Color HEX #84107A Dark Purple

📋 copy color: '#84107A'

red 132 ◦ green 16 ◦ blue 122

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

Shades of Dark Purple #84107A

Tints of Dark Purple #84107A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.93%

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

R = 48.89%
G = 5.93%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#84107A (or 0x84107A) is known color: Dark Purple. HEX triplet: 84, 10 and 7A. RGB value is (132,16,122). Sum of RGB (Red+Green+Blue) = 132+16+122=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #84107A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84107A is #7BEF85. Grayscale: #3E3E3E. Windows color (decimal): -8122246 or 7999620. OLE color: 7999620.

HSL color Cylindrical-coordinate representation of color #84107A: hue angle of 305.17º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84107A is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 16 122 -
CMYK 0 0.88 0.08 0.48
HSL 305.17º 0.78% 0.29% -
HSV(B) 305.17º 0.88% 0.52% -
XYZ 13.21 6.68 19.01 -
YUV 62.77 161.43 177.38 -
System Red Green Blue C M Y K H S L
Decimal 132 16 122 0 0.88 0.08 0.48 305.17 0.78 0.29
Hex 84 10 7A 0 58 8 30 131 4E 1D
Octal 204 20 172 0 130 10 60 461 116 35
Binary 10000100 10000 1111010 0 1011000 1000 110000 100110001 1001110 11101

Color Harmonies of #84107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84107A

Black with #84107A

Text Example


Text Example

White with #84107A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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