Html Css Color HEX #843469 Dark Purple

📋 copy color: '#843469'

red 132 ◦ green 52 ◦ blue 105

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

Shades of Dark Purple #843469

Tints of Dark Purple #843469

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.99%

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

R = 45.67%
G = 17.99%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#843469 (or 0x843469) is known color: Dark Purple. HEX triplet: 84, 34 and 69. RGB value is (132,52,105). Sum of RGB (Red+Green+Blue) = 132+52+105=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #843469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843469 is #7BCB96. Grayscale: #515151. Windows color (decimal): -8113047 or 6894724. OLE color: 6894724.

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

Color convert

RGB 132 52 105 -
CMYK 0 0.61 0.20 0.48
HSL 320.25º 0.43% 0.36% -
HSV(B) 320.25º 0.61% 0.52% -
XYZ 13.29 8.38 14.28 -
YUV 81.96 141 163.69 -
System Red Green Blue C M Y K H S L
Decimal 132 52 105 0 0.61 0.20 0.48 320.25 0.43 0.36
Hex 84 34 69 0 3D 14 30 140 2B 24
Octal 204 64 151 0 75 24 60 500 53 44
Binary 10000100 110100 1101001 0 111101 10100 110000 101000000 101011 100100

Color Harmonies of #843469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843469

Black with #843469

Text Example


Text Example

White with #843469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843469; }

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

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

background-color css

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

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

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

border-color css

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

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

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