Html Css Color HEX #832178 Dark Purple

📋 copy color: '#832178'

red 131 ◦ green 33 ◦ blue 120

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

Shades of Dark Purple #832178

Tints of Dark Purple #832178

RGB

 RED value IS 131 (51.56% from 255) = 46.13%

 GREEN value IS 33 (13.28% from 255) = 11.62%

 BLUE value IS 120 (47.27% from 255) = 42.25%

R = 46.13%
G = 11.62%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#832178 (or 0x832178) is known color: Dark Purple. HEX triplet: 83, 21 and 78. RGB value is (131,33,120). Sum of RGB (Red+Green+Blue) = 131+33+120=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #832178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832178 is #7CDE87. Grayscale: #474747. Windows color (decimal): -8183432 or 7872899. OLE color: 7872899.

HSL color Cylindrical-coordinate representation of color #832178: hue angle of 306.73º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832178 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 33 120 -
CMYK 0 0.75 0.08 0.49
HSL 306.73º 0.6% 0.32% -
HSV(B) 306.73º 0.75% 0.51% -
XYZ 13.29 7.27 18.47 -
YUV 72.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 131 33 120 0 0.75 0.08 0.49 306.73 0.6 0.32
Hex 83 21 78 0 4B 8 31 133 3C 20
Octal 203 41 170 0 113 10 61 463 74 40
Binary 10000011 100001 1111000 0 1001011 1000 110001 100110011 111100 100000

Color Harmonies of #832178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832178

Black with #832178

Text Example


Text Example

White with #832178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832178; }

 p { color: rgb(131,33,120); }

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

background-color css

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

 a { background-color: rgb(131,33,120); }

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

border-color css

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

 span { border-color: rgb(131,33,120); }

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