Html Css Color HEX #832475 Dark Purple

📋 copy color: '#832475'

red 131 ◦ green 36 ◦ blue 117

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

Shades of Dark Purple #832475

Tints of Dark Purple #832475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.68%

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

R = 46.13%
G = 12.68%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#832475 (or 0x832475) is known color: Dark Purple. HEX triplet: 83, 24 and 75. RGB value is (131,36,117). Sum of RGB (Red+Green+Blue) = 131+36+117=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #832475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832475 is #7CDB8A. Grayscale: #494949. Windows color (decimal): -8182667 or 7677059. OLE color: 7677059.

HSL color Cylindrical-coordinate representation of color #832475: hue angle of 308.84º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832475 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 36 117 -
CMYK 0 0.73 0.11 0.49
HSL 308.84º 0.57% 0.33% -
HSV(B) 308.84º 0.73% 0.51% -
XYZ 13.2 7.37 17.56 -
YUV 73.64 152.47 168.91 -
System Red Green Blue C M Y K H S L
Decimal 131 36 117 0 0.73 0.11 0.49 308.84 0.57 0.33
Hex 83 24 75 0 49 B 31 135 39 21
Octal 203 44 165 0 111 13 61 465 71 41
Binary 10000011 100100 1110101 0 1001001 1011 110001 100110101 111001 100001

Color Harmonies of #832475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832475

Black with #832475

Text Example


Text Example

White with #832475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832475; }

 p { color: rgb(131,36,117); }

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

background-color css

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

 a { background-color: rgb(131,36,117); }

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

border-color css

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

 span { border-color: rgb(131,36,117); }

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