Html Css Color HEX #842875 Dark Purple

📋 copy color: '#842875'

red 132 ◦ green 40 ◦ blue 117

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

Shades of Dark Purple #842875

Tints of Dark Purple #842875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.84%

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

R = 45.67%
G = 13.84%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#842875 (or 0x842875) is known color: Dark Purple. HEX triplet: 84, 28 and 75. RGB value is (132,40,117). Sum of RGB (Red+Green+Blue) = 132+40+117=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #842875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842875 is #7BD78A. Grayscale: #4C4C4C. Windows color (decimal): -8116107 or 7678084. OLE color: 7678084.

HSL color Cylindrical-coordinate representation of color #842875: hue angle of 309.78º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842875 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 40 117 -
CMYK 0 0.70 0.11 0.48
HSL 309.78º 0.53% 0.34% -
HSV(B) 309.78º 0.7% 0.52% -
XYZ 13.49 7.71 17.61 -
YUV 76.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 132 40 117 0 0.70 0.11 0.48 309.78 0.53 0.34
Hex 84 28 75 0 46 B 30 136 35 22
Octal 204 50 165 0 106 13 60 466 65 42
Binary 10000100 101000 1110101 0 1000110 1011 110000 100110110 110101 100010

Color Harmonies of #842875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842875

Black with #842875

Text Example


Text Example

White with #842875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842875; }

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

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

background-color css

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

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

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

border-color css

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

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

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