Html Css Color HEX #832C70 Dark Purple

📋 copy color: '#832C70'

red 131 ◦ green 44 ◦ blue 112

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

Shades of Dark Purple #832C70

Tints of Dark Purple #832C70

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.33%

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

R = 45.64%
G = 15.33%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#832C70 (or 0x832C70) is known color: Dark Purple. HEX triplet: 83, 2C and 70. RGB value is (131,44,112). Sum of RGB (Red+Green+Blue) = 131+44+112=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #832C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832C70 is #7CD38F. Grayscale: #4D4D4D. Windows color (decimal): -8180624 or 7351427. OLE color: 7351427.

HSL color Cylindrical-coordinate representation of color #832C70: hue angle of 313.1º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832C70 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 44 112 -
CMYK 0 0.66 0.15 0.49
HSL 313.1º 0.5% 0.34% -
HSV(B) 313.1º 0.66% 0.51% -
XYZ 13.19 7.8 16.14 -
YUV 77.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 131 44 112 0 0.66 0.15 0.49 313.1 0.5 0.34
Hex 83 2C 70 0 42 F 31 139 32 22
Octal 203 54 160 0 102 17 61 471 62 42
Binary 10000011 101100 1110000 0 1000010 1111 110001 100111001 110010 100010

Color Harmonies of #832C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832C70

Black with #832C70

Text Example


Text Example

White with #832C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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