Html Css Color HEX #832470 Dark Purple

📋 copy color: '#832470'

red 131 ◦ green 36 ◦ blue 112

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

Shades of Dark Purple #832470

Tints of Dark Purple #832470

RGB

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

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

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

R = 46.95%
G = 12.9%
B = 40.14%

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

#832470 (or 0x832470) is known color: Dark Purple. HEX triplet: 83, 24 and 70. RGB value is (131,36,112). Sum of RGB (Red+Green+Blue) = 131+36+112=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #832470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832470 is #7CDB8F. Grayscale: #484848. Windows color (decimal): -8182672 or 7349379. OLE color: 7349379.

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

Color convert

RGB 131 36 112 -
CMYK 0 0.73 0.15 0.49
HSL 312º 0.57% 0.33% -
HSV(B) 312º 0.73% 0.51% -
XYZ 12.92 7.26 16.05 -
YUV 73.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 131 36 112 0 0.73 0.15 0.49 312 0.57 0.33
Hex 83 24 70 0 49 F 31 138 39 21
Octal 203 44 160 0 111 17 61 470 71 41
Binary 10000011 100100 1110000 0 1001001 1111 110001 100111000 111001 100001

Color Harmonies of #832470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832470

Black with #832470

Text Example


Text Example

White with #832470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832470; }

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

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

background-color css

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

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

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

border-color css

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

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

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