Html Css Color HEX #842274 Dark Purple

📋 copy color: '#842274'

red 132 ◦ green 34 ◦ blue 116

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

Shades of Dark Purple #842274

Tints of Dark Purple #842274

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.06%

 BLUE value IS 116 (45.7% from 255) = 41.13%

R = 46.81%
G = 12.06%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#842274 (or 0x842274) is known color: Dark Purple. HEX triplet: 84, 22 and 74. RGB value is (132,34,116). Sum of RGB (Red+Green+Blue) = 132+34+116=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #842274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842274 is #7BDD8B. Grayscale: #484848. Windows color (decimal): -8117644 or 7611012. OLE color: 7611012.

HSL color Cylindrical-coordinate representation of color #842274: hue angle of 309.8º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #842274 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 34 116 -
CMYK 0 0.74 0.12 0.48
HSL 309.8º 0.59% 0.33% -
HSV(B) 309.8º 0.74% 0.52% -
XYZ 13.24 7.31 17.24 -
YUV 72.65 152.47 170.33 -
System Red Green Blue C M Y K H S L
Decimal 132 34 116 0 0.74 0.12 0.48 309.8 0.59 0.33
Hex 84 22 74 0 4A C 30 136 3B 21
Octal 204 42 164 0 112 14 60 466 73 41
Binary 10000100 100010 1110100 0 1001010 1100 110000 100110110 111011 100001

Color Harmonies of #842274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842274

Black with #842274

Text Example


Text Example

White with #842274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842274; }

 p { color: rgb(132,34,116); }

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

background-color css

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

 a { background-color: rgb(132,34,116); }

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

border-color css

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

 span { border-color: rgb(132,34,116); }

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