Html Css Color HEX #841273 Dark Purple

📋 copy color: '#841273'

red 132 ◦ green 18 ◦ blue 115

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

Shades of Dark Purple #841273

Tints of Dark Purple #841273

RGB

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

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

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

R = 49.81%
G = 6.79%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#841273 (or 0x841273) is known color: Dark Purple. HEX triplet: 84, 12 and 73. RGB value is (132,18,115). Sum of RGB (Red+Green+Blue) = 132+18+115=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #841273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841273 is #7BED8C. Grayscale: #3E3E3E. Windows color (decimal): -8121741 or 7541380. OLE color: 7541380.

HSL color Cylindrical-coordinate representation of color #841273: hue angle of 308.95º 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 #841273 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 18 115 -
CMYK 0 0.86 0.13 0.48
HSL 308.95º 0.76% 0.29% -
HSV(B) 308.95º 0.86% 0.52% -
XYZ 12.83 6.58 16.81 -
YUV 63.14 157.27 177.11 -
System Red Green Blue C M Y K H S L
Decimal 132 18 115 0 0.86 0.13 0.48 308.95 0.76 0.29
Hex 84 12 73 0 56 D 30 135 4C 1D
Octal 204 22 163 0 126 15 60 465 114 35
Binary 10000100 10010 1110011 0 1010110 1101 110000 100110101 1001100 11101

Color Harmonies of #841273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841273

Black with #841273

Text Example


Text Example

White with #841273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841273; }

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

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

background-color css

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

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

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

border-color css

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

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

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