Html Css Color HEX #832068 Dark Purple

📋 copy color: '#832068'

red 131 ◦ green 32 ◦ blue 104

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

Shades of Dark Purple #832068

Tints of Dark Purple #832068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.95%

R = 49.06%
G = 11.99%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#832068 (or 0x832068) is known color: Dark Purple. HEX triplet: 83, 20 and 68. RGB value is (131,32,104). Sum of RGB (Red+Green+Blue) = 131+32+104=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #832068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832068 is #7CDF97. Grayscale: #454545. Windows color (decimal): -8183704 or 6824067. OLE color: 6824067.

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

Color convert

RGB 131 32 104 -
CMYK 0 0.76 0.21 0.49
HSL 316.36º 0.61% 0.32% -
HSV(B) 316.36º 0.76% 0.51% -
XYZ 12.38 6.86 13.77 -
YUV 69.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 131 32 104 0 0.76 0.21 0.49 316.36 0.61 0.32
Hex 83 20 68 0 4C 15 31 13C 3D 20
Octal 203 40 150 0 114 25 61 474 75 40
Binary 10000011 100000 1101000 0 1001100 10101 110001 100111100 111101 100000

Color Harmonies of #832068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832068

Black with #832068

Text Example


Text Example

White with #832068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832068; }

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

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

background-color css

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

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

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

border-color css

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

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

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