Html Css Color HEX #84107D Purple

📋 copy color: '#84107D'

red 132 ◦ green 16 ◦ blue 125

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

Shades of Purple #84107D

Tints of Purple #84107D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.79%

R = 48.35%
G = 5.86%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84107D (or 0x84107D) is known color: Purple. HEX triplet: 84, 10 and 7D. RGB value is (132,16,125). Sum of RGB (Red+Green+Blue) = 132+16+125=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #84107D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84107D is #7BEF82. Grayscale: #3E3E3E. Windows color (decimal): -8122243 or 8196228. OLE color: 8196228.

HSL color Cylindrical-coordinate representation of color #84107D: hue angle of 303.62º 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 #84107D is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 16 125 -
CMYK 0 0.88 0.05 0.48
HSL 303.62º 0.78% 0.29% -
HSV(B) 303.62º 0.88% 0.52% -
XYZ 13.4 6.76 20 -
YUV 63.11 162.93 177.14 -
System Red Green Blue C M Y K H S L
Decimal 132 16 125 0 0.88 0.05 0.48 303.62 0.78 0.29
Hex 84 10 7D 0 58 5 30 130 4E 1D
Octal 204 20 175 0 130 5 60 460 116 35
Binary 10000100 10000 1111101 0 1011000 101 110000 100110000 1001110 11101

Color Harmonies of #84107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84107D

Black with #84107D

Text Example


Text Example

White with #84107D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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