Html Css Color HEX #842067 Dark Purple

📋 copy color: '#842067'

red 132 ◦ green 32 ◦ blue 103

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

Shades of Dark Purple #842067

Tints of Dark Purple #842067

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.99%

 BLUE value IS 103 (40.63% from 255) = 38.58%

R = 49.44%
G = 11.99%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#842067 (or 0x842067) is known color: Dark Purple. HEX triplet: 84, 20 and 67. RGB value is (132,32,103). Sum of RGB (Red+Green+Blue) = 132+32+103=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #842067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842067 is #7BDF98. Grayscale: #454545. Windows color (decimal): -8118169 or 6758532. OLE color: 6758532.

HSL color Cylindrical-coordinate representation of color #842067: hue angle of 317.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842067 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 32 103 -
CMYK 0 0.76 0.22 0.48
HSL 317.4º 0.61% 0.32% -
HSV(B) 317.4º 0.76% 0.52% -
XYZ 12.48 6.92 13.51 -
YUV 69.99 146.63 172.23 -
System Red Green Blue C M Y K H S L
Decimal 132 32 103 0 0.76 0.22 0.48 317.4 0.61 0.32
Hex 84 20 67 0 4C 16 30 13D 3D 20
Octal 204 40 147 0 114 26 60 475 75 40
Binary 10000100 100000 1100111 0 1001100 10110 110000 100111101 111101 100000

Color Harmonies of #842067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842067

Black with #842067

Text Example


Text Example

White with #842067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842067; }

 p { color: rgb(132,32,103); }

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

background-color css

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

 a { background-color: rgb(132,32,103); }

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

border-color css

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

 span { border-color: rgb(132,32,103); }

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