Html Css Color HEX #832066 Dark Purple

📋 copy color: '#832066'

red 131 ◦ green 32 ◦ blue 102

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

Shades of Dark Purple #832066

Tints of Dark Purple #832066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.49%

R = 49.43%
G = 12.08%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#832066 (or 0x832066) is known color: Dark Purple. HEX triplet: 83, 20 and 66. RGB value is (131,32,102). Sum of RGB (Red+Green+Blue) = 131+32+102=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #832066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832066 is #7CDF99. Grayscale: #454545. Windows color (decimal): -8183706 or 6692995. OLE color: 6692995.

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

Color convert

RGB 131 32 102 -
CMYK 0 0.76 0.22 0.49
HSL 317.58º 0.61% 0.32% -
HSV(B) 317.58º 0.76% 0.51% -
XYZ 12.27 6.82 13.24 -
YUV 69.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 131 32 102 0 0.76 0.22 0.49 317.58 0.61 0.32
Hex 83 20 66 0 4C 16 31 13E 3D 20
Octal 203 40 146 0 114 26 61 476 75 40
Binary 10000011 100000 1100110 0 1001100 10110 110001 100111110 111101 100000

Color Harmonies of #832066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832066

Black with #832066

Text Example


Text Example

White with #832066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832066; }

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

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

background-color css

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

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

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

border-color css

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

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

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