Html Css Color HEX #832468 Dark Purple

📋 copy color: '#832468'

red 131 ◦ green 36 ◦ blue 104

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

Shades of Dark Purple #832468

Tints of Dark Purple #832468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.28%

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

R = 48.34%
G = 13.28%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#832468 (or 0x832468) is known color: Dark Purple. HEX triplet: 83, 24 and 68. RGB value is (131,36,104). Sum of RGB (Red+Green+Blue) = 131+36+104=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #832468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832468 is #7CDB97. Grayscale: #474747. Windows color (decimal): -8182680 or 6825091. OLE color: 6825091.

HSL color Cylindrical-coordinate representation of color #832468: hue angle of 317.05º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832468 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 36 104 -
CMYK 0 0.73 0.21 0.49
HSL 317.05º 0.57% 0.33% -
HSV(B) 317.05º 0.73% 0.51% -
XYZ 12.49 7.09 13.81 -
YUV 72.16 145.97 169.97 -
System Red Green Blue C M Y K H S L
Decimal 131 36 104 0 0.73 0.21 0.49 317.05 0.57 0.33
Hex 83 24 68 0 49 15 31 13D 39 21
Octal 203 44 150 0 111 25 61 475 71 41
Binary 10000011 100100 1101000 0 1001001 10101 110001 100111101 111001 100001

Color Harmonies of #832468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832468

Black with #832468

Text Example


Text Example

White with #832468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832468; }

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

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

background-color css

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

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

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

border-color css

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

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

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