Html Css Color HEX #841069 Dark Purple

📋 copy color: '#841069'

red 132 ◦ green 16 ◦ blue 105

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

Shades of Dark Purple #841069

Tints of Dark Purple #841069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.32%

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

R = 52.17%
G = 6.32%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#841069 (or 0x841069) is known color: Dark Purple. HEX triplet: 84, 10 and 69. RGB value is (132,16,105). Sum of RGB (Red+Green+Blue) = 132+16+105=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #841069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841069 is #7BEF96. Grayscale: #3C3C3C. Windows color (decimal): -8122263 or 6885508. OLE color: 6885508.

HSL color Cylindrical-coordinate representation of color #841069: hue angle of 313.97º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841069 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 16 105 -
CMYK 0 0.88 0.20 0.48
HSL 313.97º 0.78% 0.29% -
HSV(B) 313.97º 0.88% 0.52% -
XYZ 12.25 6.3 13.93 -
YUV 60.83 152.93 178.76 -
System Red Green Blue C M Y K H S L
Decimal 132 16 105 0 0.88 0.20 0.48 313.97 0.78 0.29
Hex 84 10 69 0 58 14 30 13A 4E 1D
Octal 204 20 151 0 130 24 60 472 116 35
Binary 10000100 10000 1101001 0 1011000 10100 110000 100111010 1001110 11101

Color Harmonies of #841069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841069

Black with #841069

Text Example


Text Example

White with #841069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841069; }

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

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

background-color css

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

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

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

border-color css

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

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

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