Html Css Color HEX #840C80 Purple

📋 copy color: '#840C80'

red 132 ◦ green 12 ◦ blue 128

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

Shades of Purple #840C80

Tints of Purple #840C80

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.41%

 BLUE value IS 128 (50.39% from 255) = 47.06%

R = 48.53%
G = 4.41%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#840C80 (or 0x840C80) is known color: Purple. HEX triplet: 84, 0C and 80. RGB value is (132,12,128). Sum of RGB (Red+Green+Blue) = 132+12+128=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #840C80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840C80 is #7BF37F. Grayscale: #3C3C3C. Windows color (decimal): -8123264 or 8391812. OLE color: 8391812.

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

Color convert

RGB 132 12 128 -
CMYK 0 0.91 0.03 0.48
HSL 302º 0.83% 0.28% -
HSV(B) 302º 0.91% 0.52% -
XYZ 13.54 6.73 21.01 -
YUV 61.1 165.76 178.57 -
System Red Green Blue C M Y K H S L
Decimal 132 12 128 0 0.91 0.03 0.48 302 0.83 0.28
Hex 84 C 80 0 5B 3 30 12E 53 1C
Octal 204 14 200 0 133 3 60 456 123 34
Binary 10000100 1100 10000000 0 1011011 11 110000 100101110 1010011 11100

Color Harmonies of #840C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840C80

Black with #840C80

Text Example


Text Example

White with #840C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,12,128); }

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

background-color css

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

 a { background-color: rgb(132,12,128); }

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

border-color css

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

 span { border-color: rgb(132,12,128); }

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