Html Css Color HEX #832288 Dark Purple

📋 copy color: '#832288'

red 131 ◦ green 34 ◦ blue 136

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

Shades of Dark Purple #832288

Tints of Dark Purple #832288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.3%

 BLUE value IS 136 (53.52% from 255) = 45.18%

R = 43.52%
G = 11.3%
B = 45.18%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#832288 (or 0x832288) is known color: Dark Purple. HEX triplet: 83, 22 and 88. RGB value is (131,34,136). Sum of RGB (Red+Green+Blue) = 131+34+136=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #832288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832288 is #7CDD77. Grayscale: #4A4A4A. Windows color (decimal): -8183160 or 8921731. OLE color: 8921731.

HSL color Cylindrical-coordinate representation of color #832288: hue angle of 297.06º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832288 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 34 136 -
CMYK 0.04 0.75 0 0.47
HSL 297.06º 0.6% 0.33% -
HSV(B) 297.06º 0.75% 0.53% -
XYZ 14.38 7.75 24.03 -
YUV 74.63 162.64 168.21 -
System Red Green Blue C M Y K H S L
Decimal 131 34 136 0.04 0.75 0 0.47 297.06 0.6 0.33
Hex 83 22 88 4 4B 0 2F 129 3C 21
Octal 203 42 210 4 113 0 57 451 74 41
Binary 10000011 100010 10001000 100 1001011 0 101111 100101001 111100 100001

Color Harmonies of #832288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832288

Black with #832288

Text Example


Text Example

White with #832288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832288; }

 p { color: rgb(131,34,136); }

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

background-color css

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

 a { background-color: rgb(131,34,136); }

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

border-color css

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

 span { border-color: rgb(131,34,136); }

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