Html Css Color HEX #832370 Dark Purple

📋 copy color: '#832370'

red 131 ◦ green 35 ◦ blue 112

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

Shades of Dark Purple #832370

Tints of Dark Purple #832370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.29%

R = 47.12%
G = 12.59%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#832370 (or 0x832370) is known color: Dark Purple. HEX triplet: 83, 23 and 70. RGB value is (131,35,112). Sum of RGB (Red+Green+Blue) = 131+35+112=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #832370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832370 is #7CDC8F. Grayscale: #484848. Windows color (decimal): -8182928 or 7349123. OLE color: 7349123.

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

Color convert

RGB 131 35 112 -
CMYK 0 0.73 0.15 0.49
HSL 311.88º 0.58% 0.33% -
HSV(B) 311.88º 0.73% 0.51% -
XYZ 12.89 7.2 16.04 -
YUV 72.48 150.3 169.74 -
System Red Green Blue C M Y K H S L
Decimal 131 35 112 0 0.73 0.15 0.49 311.88 0.58 0.33
Hex 83 23 70 0 49 F 31 138 3A 21
Octal 203 43 160 0 111 17 61 470 72 41
Binary 10000011 100011 1110000 0 1001001 1111 110001 100111000 111010 100001

Color Harmonies of #832370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832370

Black with #832370

Text Example


Text Example

White with #832370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832370; }

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

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

background-color css

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

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

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

border-color css

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

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

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