Html Css Color HEX #842777 Dark Purple

📋 copy color: '#842777'

red 132 ◦ green 39 ◦ blue 119

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

Shades of Dark Purple #842777

Tints of Dark Purple #842777

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.45%

 BLUE value IS 119 (46.88% from 255) = 41.03%

R = 45.52%
G = 13.45%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#842777 (or 0x842777) is known color: Dark Purple. HEX triplet: 84, 27 and 77. RGB value is (132,39,119). Sum of RGB (Red+Green+Blue) = 132+39+119=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #842777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842777 is #7BD888. Grayscale: #4B4B4B. Windows color (decimal): -8116361 or 7808900. OLE color: 7808900.

HSL color Cylindrical-coordinate representation of color #842777: hue angle of 308.39º degrees, saturation: 0.54, 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 #842777 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 39 119 -
CMYK 0 0.70 0.10 0.48
HSL 308.39º 0.54% 0.34% -
HSV(B) 308.39º 0.7% 0.52% -
XYZ 13.57 7.69 18.22 -
YUV 75.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 132 39 119 0 0.70 0.10 0.48 308.39 0.54 0.34
Hex 84 27 77 0 46 A 30 134 36 22
Octal 204 47 167 0 106 12 60 464 66 42
Binary 10000100 100111 1110111 0 1000110 1010 110000 100110100 110110 100010

Color Harmonies of #842777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842777

Black with #842777

Text Example


Text Example

White with #842777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842777; }

 p { color: rgb(132,39,119); }

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

background-color css

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

 a { background-color: rgb(132,39,119); }

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

border-color css

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

 span { border-color: rgb(132,39,119); }

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