Html Css Color HEX #832570 Dark Purple

📋 copy color: '#832570'

red 131 ◦ green 37 ◦ blue 112

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

Shades of Dark Purple #832570

Tints of Dark Purple #832570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.21%

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

R = 46.79%
G = 13.21%
B = 40%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#832570 (or 0x832570) is known color: Dark Purple. HEX triplet: 83, 25 and 70. RGB value is (131,37,112). Sum of RGB (Red+Green+Blue) = 131+37+112=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #832570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832570 is #7CDA8F. Grayscale: #494949. Windows color (decimal): -8182416 or 7349635. OLE color: 7349635.

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

Color convert

RGB 131 37 112 -
CMYK 0 0.72 0.15 0.49
HSL 312.13º 0.56% 0.33% -
HSV(B) 312.13º 0.72% 0.51% -
XYZ 12.95 7.32 16.06 -
YUV 73.66 149.64 168.9 -
System Red Green Blue C M Y K H S L
Decimal 131 37 112 0 0.72 0.15 0.49 312.13 0.56 0.33
Hex 83 25 70 0 48 F 31 138 38 21
Octal 203 45 160 0 110 17 61 470 70 41
Binary 10000011 100101 1110000 0 1001000 1111 110001 100111000 111000 100001

Color Harmonies of #832570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832570

Black with #832570

Text Example


Text Example

White with #832570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832570; }

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

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

background-color css

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

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

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

border-color css

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

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

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