Html Css Color HEX #832362 Dark Purple

📋 copy color: '#832362'

red 131 ◦ green 35 ◦ blue 98

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

Shades of Dark Purple #832362

Tints of Dark Purple #832362

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.26%

 BLUE value IS 98 (38.67% from 255) = 37.12%

R = 49.62%
G = 13.26%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#832362 (or 0x832362) is known color: Dark Purple. HEX triplet: 83, 23 and 62. RGB value is (131,35,98). Sum of RGB (Red+Green+Blue) = 131+35+98=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #832362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832362 is #7CDC9D. Grayscale: #464646. Windows color (decimal): -8182942 or 6431619. OLE color: 6431619.

HSL color Cylindrical-coordinate representation of color #832362: hue angle of 320.62º degrees, saturation: 0.58, 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 #832362 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 35 98 -
CMYK 0 0.73 0.25 0.49
HSL 320.63º 0.58% 0.33% -
HSV(B) 320.63º 0.73% 0.51% -
XYZ 12.17 6.91 12.25 -
YUV 70.89 143.3 170.88 -
System Red Green Blue C M Y K H S L
Decimal 131 35 98 0 0.73 0.25 0.49 320.63 0.58 0.33
Hex 83 23 62 0 49 19 31 141 3A 21
Octal 203 43 142 0 111 31 61 501 72 41
Binary 10000011 100011 1100010 0 1001001 11001 110001 101000001 111010 100001

Color Harmonies of #832362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832362

Black with #832362

Text Example


Text Example

White with #832362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832362; }

 p { color: rgb(131,35,98); }

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

background-color css

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

 a { background-color: rgb(131,35,98); }

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

border-color css

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

 span { border-color: rgb(131,35,98); }

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