Html Css Color HEX #832F7F Dark Purple

📋 copy color: '#832F7F'

red 131 ◦ green 47 ◦ blue 127

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

Shades of Dark Purple #832F7F

Tints of Dark Purple #832F7F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.41%

 BLUE value IS 127 (50% from 255) = 41.64%

R = 42.95%
G = 15.41%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#832F7F (or 0x832F7F) is known color: Dark Purple. HEX triplet: 83, 2F and 7F. RGB value is (131,47,127). Sum of RGB (Red+Green+Blue) = 131+47+127=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #832F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832F7F is #7CD080. Grayscale: #515151. Windows color (decimal): -8179841 or 8335235. OLE color: 8335235.

HSL color Cylindrical-coordinate representation of color #832F7F: hue angle of 302.86º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #832F7F is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 47 127 -
CMYK 0 0.64 0.03 0.49
HSL 302.86º 0.47% 0.35% -
HSV(B) 302.86º 0.64% 0.51% -
XYZ 14.21 8.39 20.95 -
YUV 81.24 153.83 163.5 -
System Red Green Blue C M Y K H S L
Decimal 131 47 127 0 0.64 0.03 0.49 302.86 0.47 0.35
Hex 83 2F 7F 0 40 3 31 12F 2F 23
Octal 203 57 177 0 100 3 61 457 57 43
Binary 10000011 101111 1111111 0 1000000 11 110001 100101111 101111 100011

Color Harmonies of #832F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832F7F

Black with #832F7F

Text Example


Text Example

White with #832F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,47,127); }

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

background-color css

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

 a { background-color: rgb(131,47,127); }

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

border-color css

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

 span { border-color: rgb(131,47,127); }

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