Html Css Color HEX #832074 Dark Purple

📋 copy color: '#832074'

red 131 ◦ green 32 ◦ blue 116

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

Shades of Dark Purple #832074

Tints of Dark Purple #832074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.47%

 BLUE value IS 116 (45.7% from 255) = 41.58%

R = 46.95%
G = 11.47%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#832074 (or 0x832074) is known color: Dark Purple. HEX triplet: 83, 20 and 74. RGB value is (131,32,116). Sum of RGB (Red+Green+Blue) = 131+32+116=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #832074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832074 is #7CDF8B. Grayscale: #464646. Windows color (decimal): -8183692 or 7610499. OLE color: 7610499.

HSL color Cylindrical-coordinate representation of color #832074: hue angle of 309.09º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832074 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 32 116 -
CMYK 0 0.76 0.11 0.49
HSL 309.09º 0.61% 0.32% -
HSV(B) 309.09º 0.76% 0.51% -
XYZ 13.03 7.12 17.21 -
YUV 71.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 131 32 116 0 0.76 0.11 0.49 309.09 0.61 0.32
Hex 83 20 74 0 4C B 31 135 3D 20
Octal 203 40 164 0 114 13 61 465 75 40
Binary 10000011 100000 1110100 0 1001100 1011 110001 100110101 111101 100000

Color Harmonies of #832074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832074

Black with #832074

Text Example


Text Example

White with #832074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832074; }

 p { color: rgb(131,32,116); }

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

background-color css

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

 a { background-color: rgb(131,32,116); }

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

border-color css

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

 span { border-color: rgb(131,32,116); }

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