Html Css Color HEX #832375 Dark Purple

📋 copy color: '#832375'

red 131 ◦ green 35 ◦ blue 117

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

Shades of Dark Purple #832375

Tints of Dark Purple #832375

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.37%

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

R = 46.29%
G = 12.37%
B = 41.34%

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

#832375 (or 0x832375) is known color: Dark Purple. HEX triplet: 83, 23 and 75. RGB value is (131,35,117). Sum of RGB (Red+Green+Blue) = 131+35+117=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #832375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832375 is #7CDC8A. Grayscale: #484848. Windows color (decimal): -8182923 or 7676803. OLE color: 7676803.

HSL color Cylindrical-coordinate representation of color #832375: hue angle of 308.75º degrees, saturation: 0.58, 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 #832375 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 35 117 -
CMYK 0 0.73 0.11 0.49
HSL 308.75º 0.58% 0.33% -
HSV(B) 308.75º 0.73% 0.51% -
XYZ 13.17 7.31 17.55 -
YUV 73.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 131 35 117 0 0.73 0.11 0.49 308.75 0.58 0.33
Hex 83 23 75 0 49 B 31 135 3A 21
Octal 203 43 165 0 111 13 61 465 72 41
Binary 10000011 100011 1110101 0 1001001 1011 110001 100110101 111010 100001

Color Harmonies of #832375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832375

Black with #832375

Text Example


Text Example

White with #832375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832375; }

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

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

background-color css

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

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

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

border-color css

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

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

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