Html Css Color HEX #840073 Purple

📋 copy color: '#840073'

red 132 ◦ green 0 ◦ blue 115

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

Shades of Purple #840073

Tints of Purple #840073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 115 (45.31% from 255) = 46.56%

R = 53.44%
G = 0%
B = 46.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#840073 (or 0x840073) is known color: Purple. HEX triplet: 84, 00 and 73. RGB value is (132,0,115). Sum of RGB (Red+Green+Blue) = 132+0+115=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #840073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840073 is #7BFF8C. Grayscale: #343434. Windows color (decimal): -8126349 or 7536772. OLE color: 7536772.

HSL color Cylindrical-coordinate representation of color #840073: hue angle of 307.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #840073 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 0 115 -
CMYK 0 1 0.13 0.48
HSL 307.73º 1% 0.26% -
HSV(B) 307.73º 1% 0.52% -
XYZ 12.61 6.14 16.74 -
YUV 52.58 163.23 184.65 -
System Red Green Blue C M Y K H S L
Decimal 132 0 115 0 1 0.13 0.48 307.73 1 0.26
Hex 84 0 73 0 64 D 30 134 64 1A
Octal 204 0 163 0 144 15 60 464 144 32
Binary 10000100 0 1110011 0 1100100 1101 110000 100110100 1100100 11010

Color Harmonies of #840073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840073

Black with #840073

Text Example


Text Example

White with #840073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840073; }

 p { color: rgb(132,0,115); }

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

background-color css

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

 a { background-color: rgb(132,0,115); }

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

border-color css

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

 span { border-color: rgb(132,0,115); }

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