Html Css Color HEX #842575 Dark Purple

📋 copy color: '#842575'

red 132 ◦ green 37 ◦ blue 117

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

Shades of Dark Purple #842575

Tints of Dark Purple #842575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.91%

R = 46.15%
G = 12.94%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#842575 (or 0x842575) is known color: Dark Purple. HEX triplet: 84, 25 and 75. RGB value is (132,37,117). Sum of RGB (Red+Green+Blue) = 132+37+117=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #842575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842575 is #7BDA8A. Grayscale: #4A4A4A. Windows color (decimal): -8116875 or 7677316. OLE color: 7677316.

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

Color convert

RGB 132 37 117 -
CMYK 0 0.72 0.11 0.48
HSL 309.47º 0.56% 0.33% -
HSV(B) 309.47º 0.72% 0.52% -
XYZ 13.39 7.51 17.57 -
YUV 74.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 132 37 117 0 0.72 0.11 0.48 309.47 0.56 0.33
Hex 84 25 75 0 48 B 30 135 38 21
Octal 204 45 165 0 110 13 60 465 70 41
Binary 10000100 100101 1110101 0 1001000 1011 110000 100110101 111000 100001

Color Harmonies of #842575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842575

Black with #842575

Text Example


Text Example

White with #842575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842575; }

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

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

background-color css

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

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

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

border-color css

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

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

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