Html Css Color HEX #832A6B Dark Purple

📋 copy color: '#832A6B'

red 131 ◦ green 42 ◦ blue 107

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

Shades of Dark Purple #832A6B

Tints of Dark Purple #832A6B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15%

 BLUE value IS 107 (42.19% from 255) = 38.21%

R = 46.79%
G = 15%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#832A6B (or 0x832A6B) is known color: Dark Purple. HEX triplet: 83, 2A and 6B. RGB value is (131,42,107). Sum of RGB (Red+Green+Blue) = 131+42+107=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #832A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832A6B is #7CD594. Grayscale: #4B4B4B. Windows color (decimal): -8181141 or 7023235. OLE color: 7023235.

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

Color convert

RGB 131 42 107 -
CMYK 0 0.68 0.18 0.49
HSL 316.18º 0.51% 0.34% -
HSV(B) 316.18º 0.68% 0.51% -
XYZ 12.84 7.54 14.69 -
YUV 76.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 131 42 107 0 0.68 0.18 0.49 316.18 0.51 0.34
Hex 83 2A 6B 0 44 12 31 13C 33 22
Octal 203 52 153 0 104 22 61 474 63 42
Binary 10000011 101010 1101011 0 1000100 10010 110001 100111100 110011 100010

Color Harmonies of #832A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832A6B

Black with #832A6B

Text Example


Text Example

White with #832A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,42,107); }

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

background-color css

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

 a { background-color: rgb(131,42,107); }

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

border-color css

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

 span { border-color: rgb(131,42,107); }

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