Html Css Color HEX #832065 Dark Purple

📋 copy color: '#832065'

red 131 ◦ green 32 ◦ blue 101

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

Shades of Dark Purple #832065

Tints of Dark Purple #832065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.26%

R = 49.62%
G = 12.12%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#832065 (or 0x832065) is known color: Dark Purple. HEX triplet: 83, 20 and 65. RGB value is (131,32,101). Sum of RGB (Red+Green+Blue) = 131+32+101=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #832065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832065 is #7CDF9A. Grayscale: #454545. Windows color (decimal): -8183707 or 6627459. OLE color: 6627459.

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

Color convert

RGB 131 32 101 -
CMYK 0 0.76 0.23 0.49
HSL 318.18º 0.61% 0.32% -
HSV(B) 318.18º 0.76% 0.51% -
XYZ 12.23 6.8 12.98 -
YUV 69.47 145.8 171.89 -
System Red Green Blue C M Y K H S L
Decimal 131 32 101 0 0.76 0.23 0.49 318.18 0.61 0.32
Hex 83 20 65 0 4C 17 31 13E 3D 20
Octal 203 40 145 0 114 27 61 476 75 40
Binary 10000011 100000 1100101 0 1001100 10111 110001 100111110 111101 100000

Color Harmonies of #832065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832065

Black with #832065

Text Example


Text Example

White with #832065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832065; }

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

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

background-color css

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

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

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

border-color css

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

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

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