Html Css Color HEX #832C7E Dark Purple

📋 copy color: '#832C7E'

red 131 ◦ green 44 ◦ blue 126

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

Shades of Dark Purple #832C7E

Tints of Dark Purple #832C7E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.62%

 BLUE value IS 126 (49.61% from 255) = 41.86%

R = 43.52%
G = 14.62%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#832C7E (or 0x832C7E) is known color: Dark Purple. HEX triplet: 83, 2C and 7E. RGB value is (131,44,126). Sum of RGB (Red+Green+Blue) = 131+44+126=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #832C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832C7E is #7CD381. Grayscale: #4F4F4F. Windows color (decimal): -8180610 or 8268931. OLE color: 8268931.

HSL color Cylindrical-coordinate representation of color #832C7E: hue angle of 303.45º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832C7E is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 44 126 -
CMYK 0 0.66 0.04 0.49
HSL 303.45º 0.5% 0.34% -
HSV(B) 303.45º 0.66% 0.51% -
XYZ 14.03 8.13 20.57 -
YUV 79.36 154.32 164.83 -
System Red Green Blue C M Y K H S L
Decimal 131 44 126 0 0.66 0.04 0.49 303.45 0.5 0.34
Hex 83 2C 7E 0 42 4 31 12F 32 22
Octal 203 54 176 0 102 4 61 457 62 42
Binary 10000011 101100 1111110 0 1000010 100 110001 100101111 110010 100010

Color Harmonies of #832C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832C7E

Black with #832C7E

Text Example


Text Example

White with #832C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832C7E; }

 p { color: rgb(131,44,126); }

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

background-color css

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

 a { background-color: rgb(131,44,126); }

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

border-color css

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

 span { border-color: rgb(131,44,126); }

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