Html Css Color HEX #841282 Purple

📋 copy color: '#841282'

red 132 ◦ green 18 ◦ blue 130

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

Shades of Purple #841282

Tints of Purple #841282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

 BLUE value IS 130 (51.17% from 255) = 46.43%

R = 47.14%
G = 6.43%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#841282 (or 0x841282) is known color: Purple. HEX triplet: 84, 12 and 82. RGB value is (132,18,130). Sum of RGB (Red+Green+Blue) = 132+18+130=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #841282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841282 is #7BED7D. Grayscale: #404040. Windows color (decimal): -8121726 or 8524420. OLE color: 8524420.

HSL color Cylindrical-coordinate representation of color #841282: hue angle of 301.05º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841282 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 18 130 -
CMYK 0 0.86 0.02 0.48
HSL 301.05º 0.76% 0.29% -
HSV(B) 301.05º 0.86% 0.52% -
XYZ 13.76 6.95 21.74 -
YUV 64.85 164.77 175.89 -
System Red Green Blue C M Y K H S L
Decimal 132 18 130 0 0.86 0.02 0.48 301.05 0.76 0.29
Hex 84 12 82 0 56 2 30 12D 4C 1D
Octal 204 22 202 0 126 2 60 455 114 35
Binary 10000100 10010 10000010 0 1010110 10 110000 100101101 1001100 11101

Color Harmonies of #841282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841282

Black with #841282

Text Example


Text Example

White with #841282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841282; }

 p { color: rgb(132,18,130); }

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

background-color css

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

 a { background-color: rgb(132,18,130); }

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

border-color css

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

 span { border-color: rgb(132,18,130); }

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