Html Css Color HEX #843268 Dark Purple

📋 copy color: '#843268'

red 132 ◦ green 50 ◦ blue 104

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

Shades of Dark Purple #843268

Tints of Dark Purple #843268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 46.15%
G = 17.48%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#843268 (or 0x843268) is known color: Dark Purple. HEX triplet: 84, 32 and 68. RGB value is (132,50,104). Sum of RGB (Red+Green+Blue) = 132+50+104=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #843268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843268 is #7BCD97. Grayscale: #505050. Windows color (decimal): -8113560 or 6828676. OLE color: 6828676.

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

Color convert

RGB 132 50 104 -
CMYK 0 0.62 0.21 0.48
HSL 320.49º 0.45% 0.36% -
HSV(B) 320.49º 0.62% 0.52% -
XYZ 13.16 8.19 13.98 -
YUV 80.67 141.17 164.61 -
System Red Green Blue C M Y K H S L
Decimal 132 50 104 0 0.62 0.21 0.48 320.49 0.45 0.36
Hex 84 32 68 0 3E 15 30 140 2D 24
Octal 204 62 150 0 76 25 60 500 55 44
Binary 10000100 110010 1101000 0 111110 10101 110000 101000000 101101 100100

Color Harmonies of #843268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843268

Black with #843268

Text Example


Text Example

White with #843268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843268; }

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

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

background-color css

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

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

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

border-color css

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

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

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