Html Css Color HEX #842574 Dark Purple

📋 copy color: '#842574'

red 132 ◦ green 37 ◦ blue 116

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

Shades of Dark Purple #842574

Tints of Dark Purple #842574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.98%

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

R = 46.32%
G = 12.98%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#842574 (or 0x842574) is known color: Dark Purple. HEX triplet: 84, 25 and 74. RGB value is (132,37,116). Sum of RGB (Red+Green+Blue) = 132+37+116=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #842574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842574 is #7BDA8B. Grayscale: #4A4A4A. Windows color (decimal): -8116876 or 7611780. OLE color: 7611780.

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

Color convert

RGB 132 37 116 -
CMYK 0 0.72 0.12 0.48
HSL 310.11º 0.56% 0.33% -
HSV(B) 310.11º 0.72% 0.52% -
XYZ 13.33 7.49 17.27 -
YUV 74.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 132 37 116 0 0.72 0.12 0.48 310.11 0.56 0.33
Hex 84 25 74 0 48 C 30 136 38 21
Octal 204 45 164 0 110 14 60 466 70 41
Binary 10000100 100101 1110100 0 1001000 1100 110000 100110110 111000 100001

Color Harmonies of #842574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842574

Black with #842574

Text Example


Text Example

White with #842574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842574; }

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

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

background-color css

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

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

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

border-color css

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

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

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