Html Css Color HEX #842C68 Dark Purple

📋 copy color: '#842C68'

red 132 ◦ green 44 ◦ blue 104

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

Shades of Dark Purple #842C68

Tints of Dark Purple #842C68

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.71%

 BLUE value IS 104 (41.02% from 255) = 37.14%

R = 47.14%
G = 15.71%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#842C68 (or 0x842C68) is known color: Dark Purple. HEX triplet: 84, 2C and 68. RGB value is (132,44,104). Sum of RGB (Red+Green+Blue) = 132+44+104=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #842C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842C68 is #7BD397. Grayscale: #4D4D4D. Windows color (decimal): -8115096 or 6827140. OLE color: 6827140.

HSL color Cylindrical-coordinate representation of color #842C68: hue angle of 319.09º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842C68 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 44 104 -
CMYK 0 0.67 0.21 0.48
HSL 319.09º 0.5% 0.35% -
HSV(B) 319.09º 0.67% 0.52% -
XYZ 12.92 7.71 13.9 -
YUV 77.15 143.15 167.12 -
System Red Green Blue C M Y K H S L
Decimal 132 44 104 0 0.67 0.21 0.48 319.09 0.5 0.35
Hex 84 2C 68 0 43 15 30 13F 32 23
Octal 204 54 150 0 103 25 60 477 62 43
Binary 10000100 101100 1101000 0 1000011 10101 110000 100111111 110010 100011

Color Harmonies of #842C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842C68

Black with #842C68

Text Example


Text Example

White with #842C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842C68; }

 p { color: rgb(132,44,104); }

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

background-color css

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

 a { background-color: rgb(132,44,104); }

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

border-color css

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

 span { border-color: rgb(132,44,104); }

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