Html Css Color HEX #842364 Dark Purple

📋 copy color: '#842364'

red 132 ◦ green 35 ◦ blue 100

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

Shades of Dark Purple #842364

Tints of Dark Purple #842364

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.11%

 BLUE value IS 100 (39.45% from 255) = 37.45%

R = 49.44%
G = 13.11%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#842364 (or 0x842364) is known color: Dark Purple. HEX triplet: 84, 23 and 64. RGB value is (132,35,100). Sum of RGB (Red+Green+Blue) = 132+35+100=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #842364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842364 is #7BDC9B. Grayscale: #474747. Windows color (decimal): -8117404 or 6562692. OLE color: 6562692.

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

Color convert

RGB 132 35 100 -
CMYK 0 0.73 0.24 0.48
HSL 319.79º 0.58% 0.33% -
HSV(B) 319.79º 0.73% 0.52% -
XYZ 12.42 7.03 12.76 -
YUV 71.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 132 35 100 0 0.73 0.24 0.48 319.79 0.58 0.33
Hex 84 23 64 0 49 18 30 140 3A 21
Octal 204 43 144 0 111 30 60 500 72 41
Binary 10000100 100011 1100100 0 1001001 11000 110000 101000000 111010 100001

Color Harmonies of #842364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842364

Black with #842364

Text Example


Text Example

White with #842364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842364; }

 p { color: rgb(132,35,100); }

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

background-color css

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

 a { background-color: rgb(132,35,100); }

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

border-color css

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

 span { border-color: rgb(132,35,100); }

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