Html Css Color HEX #840B74 Purple

📋 copy color: '#840B74'

red 132 ◦ green 11 ◦ blue 116

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

Shades of Purple #840B74

Tints of Purple #840B74

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.25%

 BLUE value IS 116 (45.7% from 255) = 44.79%

R = 50.97%
G = 4.25%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#840B74 (or 0x840B74) is known color: Purple. HEX triplet: 84, 0B and 74. RGB value is (132,11,116). Sum of RGB (Red+Green+Blue) = 132+11+116=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #840B74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840B74 is #7BF48B. Grayscale: #3A3A3A. Windows color (decimal): -8123532 or 7605124. OLE color: 7605124.

HSL color Cylindrical-coordinate representation of color #840B74: hue angle of 307.93º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840B74 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 11 116 -
CMYK 0 0.92 0.12 0.48
HSL 307.93º 0.85% 0.28% -
HSV(B) 307.93º 0.92% 0.52% -
XYZ 12.79 6.41 17.09 -
YUV 59.15 160.09 179.96 -
System Red Green Blue C M Y K H S L
Decimal 132 11 116 0 0.92 0.12 0.48 307.93 0.85 0.28
Hex 84 B 74 0 5C C 30 134 55 1C
Octal 204 13 164 0 134 14 60 464 125 34
Binary 10000100 1011 1110100 0 1011100 1100 110000 100110100 1010101 11100

Color Harmonies of #840B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840B74

Black with #840B74

Text Example


Text Example

White with #840B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840B74; }

 p { color: rgb(132,11,116); }

 H1.HeaderClassName
 {
   color: #840B74;
 }
 .AnyTagClassName
 {
   color: #840B74;
 }
</style>

background-color css

<style>
 a { background-color: #840B74; }

 a { background-color: rgb(132,11,116); }

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

border-color css

<style>
 span { border-color: #840B74; }

 span { border-color: rgb(132,11,116); }

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