Html Css Color HEX #842069 Dark Purple

📋 copy color: '#842069'

red 132 ◦ green 32 ◦ blue 105

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

Shades of Dark Purple #842069

Tints of Dark Purple #842069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.03%

R = 49.07%
G = 11.9%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#842069 (or 0x842069) is known color: Dark Purple. HEX triplet: 84, 20 and 69. RGB value is (132,32,105). Sum of RGB (Red+Green+Blue) = 132+32+105=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #842069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842069 is #7BDF96. Grayscale: #464646. Windows color (decimal): -8118167 or 6889604. OLE color: 6889604.

HSL color Cylindrical-coordinate representation of color #842069: hue angle of 316.2º 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 #842069 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 32 105 -
CMYK 0 0.76 0.20 0.48
HSL 316.2º 0.61% 0.32% -
HSV(B) 316.2º 0.76% 0.52% -
XYZ 12.58 6.96 14.04 -
YUV 70.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 132 32 105 0 0.76 0.20 0.48 316.2 0.61 0.32
Hex 84 20 69 0 4C 14 30 13C 3D 20
Octal 204 40 151 0 114 24 60 474 75 40
Binary 10000100 100000 1101001 0 1001100 10100 110000 100111100 111101 100000

Color Harmonies of #842069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842069

Black with #842069

Text Example


Text Example

White with #842069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842069; }

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

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

background-color css

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

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

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

border-color css

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

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

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