Html Css Color HEX #843275 Dark Purple

📋 copy color: '#843275'

red 132 ◦ green 50 ◦ blue 117

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

Shades of Dark Purple #843275

Tints of Dark Purple #843275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.72%

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

R = 44.15%
G = 16.72%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#843275 (or 0x843275) is known color: Dark Purple. HEX triplet: 84, 32 and 75. RGB value is (132,50,117). Sum of RGB (Red+Green+Blue) = 132+50+117=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #843275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843275 is #7BCD8A. Grayscale: #515151. Windows color (decimal): -8113547 or 7680644. OLE color: 7680644.

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

Color convert

RGB 132 50 117 -
CMYK 0 0.62 0.11 0.48
HSL 310.98º 0.45% 0.36% -
HSV(B) 310.98º 0.62% 0.52% -
XYZ 13.87 8.47 17.73 -
YUV 82.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 132 50 117 0 0.62 0.11 0.48 310.98 0.45 0.36
Hex 84 32 75 0 3E B 30 137 2D 24
Octal 204 62 165 0 76 13 60 467 55 44
Binary 10000100 110010 1110101 0 111110 1011 110000 100110111 101101 100100

Color Harmonies of #843275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843275

Black with #843275

Text Example


Text Example

White with #843275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843275; }

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

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

background-color css

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

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

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

border-color css

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

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

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