Html Css Color HEX #832064 Dark Purple

📋 copy color: '#832064'

red 131 ◦ green 32 ◦ blue 100

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

Shades of Dark Purple #832064

Tints of Dark Purple #832064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.02%

R = 49.81%
G = 12.17%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#832064 (or 0x832064) is known color: Dark Purple. HEX triplet: 83, 20 and 64. RGB value is (131,32,100). Sum of RGB (Red+Green+Blue) = 131+32+100=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #832064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832064 is #7CDF9B. Grayscale: #454545. Windows color (decimal): -8183708 or 6561923. OLE color: 6561923.

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

Color convert

RGB 131 32 100 -
CMYK 0 0.76 0.24 0.49
HSL 318.79º 0.61% 0.32% -
HSV(B) 318.79º 0.76% 0.51% -
XYZ 12.18 6.78 12.72 -
YUV 69.35 145.3 171.97 -
System Red Green Blue C M Y K H S L
Decimal 131 32 100 0 0.76 0.24 0.49 318.79 0.61 0.32
Hex 83 20 64 0 4C 18 31 13F 3D 20
Octal 203 40 144 0 114 30 61 477 75 40
Binary 10000011 100000 1100100 0 1001100 11000 110001 100111111 111101 100000

Color Harmonies of #832064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832064

Black with #832064

Text Example


Text Example

White with #832064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832064; }

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

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

background-color css

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

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

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

border-color css

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

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

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