Html Css Color HEX #843475 Dark Purple

📋 copy color: '#843475'

red 132 ◦ green 52 ◦ blue 117

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

Shades of Dark Purple #843475

Tints of Dark Purple #843475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 43.85%
G = 17.28%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#843475 (or 0x843475) is known color: Dark Purple. HEX triplet: 84, 34 and 75. RGB value is (132,52,117). Sum of RGB (Red+Green+Blue) = 132+52+117=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #843475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843475 is #7BCB8A. Grayscale: #535353. Windows color (decimal): -8113035 or 7681156. OLE color: 7681156.

HSL color Cylindrical-coordinate representation of color #843475: hue angle of 311.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 #843475 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 52 117 -
CMYK 0 0.61 0.11 0.48
HSL 311.25º 0.43% 0.36% -
HSV(B) 311.25º 0.61% 0.52% -
XYZ 13.95 8.65 17.76 -
YUV 83.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 132 52 117 0 0.61 0.11 0.48 311.25 0.43 0.36
Hex 84 34 75 0 3D B 30 137 2B 24
Octal 204 64 165 0 75 13 60 467 53 44
Binary 10000100 110100 1110101 0 111101 1011 110000 100110111 101011 100100

Color Harmonies of #843475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843475

Black with #843475

Text Example


Text Example

White with #843475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843475; }

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

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

background-color css

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

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

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

border-color css

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

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

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