Html Css Color HEX #840B7B Purple

📋 copy color: '#840B7B'

red 132 ◦ green 11 ◦ blue 123

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

Shades of Purple #840B7B

Tints of Purple #840B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 46.24%

R = 49.62%
G = 4.14%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#840B7B (or 0x840B7B) is known color: Purple. HEX triplet: 84, 0B and 7B. RGB value is (132,11,123). Sum of RGB (Red+Green+Blue) = 132+11+123=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #840B7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840B7B is #7BF484. Grayscale: #3B3B3B. Windows color (decimal): -8123525 or 8063876. OLE color: 8063876.

HSL color Cylindrical-coordinate representation of color #840B7B: hue angle of 304.46º 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 #840B7B is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 11 123 -
CMYK 0 0.92 0.07 0.48
HSL 304.46º 0.85% 0.28% -
HSV(B) 304.46º 0.92% 0.52% -
XYZ 13.21 6.57 19.31 -
YUV 59.95 163.59 179.39 -
System Red Green Blue C M Y K H S L
Decimal 132 11 123 0 0.92 0.07 0.48 304.46 0.85 0.28
Hex 84 B 7B 0 5C 7 30 130 55 1C
Octal 204 13 173 0 134 7 60 460 125 34
Binary 10000100 1011 1111011 0 1011100 111 110000 100110000 1010101 11100

Color Harmonies of #840B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840B7B

Black with #840B7B

Text Example


Text Example

White with #840B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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